citadel.git
16 years agoNew versions of Berkeley DB (I tested with 4.5.20) seem to
Art Cancro [Tue, 5 Jun 2007 21:40:42 +0000 (21:40 +0000)]
New versions of Berkeley DB (I tested with 4.5.20) seem to
have a new algorithm that always creates a new log file on startup.  This
broke Citadel's drop_root_perms and caused a database crash.  Refactored
the order of startup functions, separating the code which performs chown
and chmod on files in ctdl_data_dir into its own function and calling that
immediately prior to dropping root permissions.

16 years agoWhen config.c_ip_addr is set, use that IP address
Art Cancro [Tue, 5 Jun 2007 20:47:43 +0000 (20:47 +0000)]
When config.c_ip_addr is set, use that IP address
not only for listening sockets, but also client sockets.  This will
allow outbound email to be sourced from the correct IP address when
multiple unrelated Citadels are running on the same server.

16 years agoGenerating text/x-vcard
Art Cancro [Mon, 4 Jun 2007 20:54:16 +0000 (20:54 +0000)]
Generating text/x-vcard

16 years agoRevert to RFC2086-style ACL flags.
Art Cancro [Mon, 4 Jun 2007 20:52:49 +0000 (20:52 +0000)]
Revert to RFC2086-style ACL flags.

16 years agoSwitched back to text/x-vcard as the MIME type generated
Art Cancro [Mon, 4 Jun 2007 13:53:11 +0000 (13:53 +0000)]
Switched back to text/x-vcard as the MIME type generated
when serializing vCards.  This may be not be a permanent change.
Also made it a #define so we can toggle back and forth.

16 years ago* enable proxy_http too.
Wilfried Göesgens [Sun, 3 Jun 2007 15:26:04 +0000 (15:26 +0000)]
* enable proxy_http too.

16 years ago* added missing openssl dependancy. Else citserver will fail to create its certificat...
Wilfried Göesgens [Sun, 3 Jun 2007 15:16:02 +0000 (15:16 +0000)]
* added missing openssl dependancy. Else citserver will fail to create its certificates on startup.

16 years agoFix a div placed at the bad place
Thierry Pasqualier [Sun, 3 Jun 2007 07:02:14 +0000 (07:02 +0000)]
Fix a div placed at the bad place

16 years agoFixed a memory leak created by the use of regcomp()
Art Cancro [Sun, 3 Jun 2007 04:23:38 +0000 (04:23 +0000)]
Fixed a memory leak created by the use of regcomp()

16 years agoFixed the semantics of UID SEARCH. The semantics are now
Art Cancro [Fri, 1 Jun 2007 02:38:28 +0000 (02:38 +0000)]
Fixed the semantics of UID SEARCH.  The semantics are now
correct, but the sequence set selection is still broken.

16 years ago* another place to move database_cleanup.sh in the debs.
Wilfried Göesgens [Tue, 29 May 2007 16:31:45 +0000 (16:31 +0000)]
* another place to move database_cleanup.sh in the debs.

16 years ago* merged acconfig.h into configure.
Wilfried Göesgens [Tue, 29 May 2007 16:29:07 +0000 (16:29 +0000)]
* merged acconfig.h into configure.
* include sysdep.h instead of acconfig.h

16 years agoRemove redhat 7.3 cruft
Art Cancro [Tue, 29 May 2007 16:05:33 +0000 (16:05 +0000)]
Remove redhat 7.3 cruft

16 years agoFix a type mismatch that generates a warning on 64-bit systems
Art Cancro [Tue, 29 May 2007 16:02:42 +0000 (16:02 +0000)]
Fix a type mismatch that generates a warning on 64-bit systems

16 years agoAdded HAVE_STATICDATA_DIR, STATICDATA_DIR, HAVE_UTILBIN_DIR,
Art Cancro [Tue, 29 May 2007 15:54:01 +0000 (15:54 +0000)]
Added HAVE_STATICDATA_DIR, STATICDATA_DIR, HAVE_UTILBIN_DIR,
and UTILBIN_DIR to acconfig.h.  sysdep.h.in is once again being
generated by autoheader.  Willi: please add comments to these.

16 years agoRemove redhat 7.3 cruft from bootstrap
Art Cancro [Tue, 29 May 2007 15:40:55 +0000 (15:40 +0000)]
Remove redhat 7.3 cruft from bootstrap

16 years ago* move cleanup_database.sh to /usr/share/doc/citadel-server/
Wilfried Göesgens [Tue, 29 May 2007 14:13:13 +0000 (14:13 +0000)]
* move cleanup_database.sh to /usr/share/doc/citadel-server/

16 years ago* move arround some files in the configured build according to the suggestions of...
Wilfried Göesgens [Tue, 29 May 2007 13:17:59 +0000 (13:17 +0000)]
* move arround some files in the configured build according to the suggestions of formorer
* added tid printf

16 years ago* experiments on user creation... not yet ready, but maybe helpfull to others.
Wilfried Göesgens [Mon, 28 May 2007 22:01:14 +0000 (22:01 +0000)]
* experiments on user creation... not yet ready, but maybe helpfull to others.

16 years agocitmail: completed the '-t' option (extract recipients
Art Cancro [Mon, 28 May 2007 19:51:32 +0000 (19:51 +0000)]
citmail: completed the '-t' option (extract recipients
from headers) in the sendmail compatibility interface

16 years agoBegan implementation of sendmail -t option (not finished)
Art Cancro [Mon, 28 May 2007 04:53:50 +0000 (04:53 +0000)]
Began implementation of sendmail -t option (not finished)

16 years agoMinor cleanups to citmail. Added a command-line '-d' parameter
Art Cancro [Mon, 28 May 2007 04:08:11 +0000 (04:08 +0000)]
Minor cleanups to citmail.  Added a command-line '-d' parameter
to enable debugging to stderr.  Fixed an error message or two.  Also
saved the hostname extracted from the LMTP greeting so we can pass it
right back to the LMTP server as part of the LHLO command.

16 years agotwo corrections of errors which I made earlier:
Thierry Pasqualier [Fri, 25 May 2007 18:35:26 +0000 (18:35 +0000)]
two corrections of errors which I made earlier:
- fix HTML for attachment edit message
- webcit version to 7.10

16 years agoAdd a GPL declaration to rfc2739.schema
Art Cancro [Fri, 25 May 2007 13:18:07 +0000 (13:18 +0000)]
Add a GPL declaration to rfc2739.schema

16 years agoIn the calendar month view bubble popups,
Art Cancro [Thu, 24 May 2007 22:18:51 +0000 (22:18 +0000)]
In the calendar month view bubble popups,
suppress the display of an event 'end time' if the start time
was only a date (all day event).  Some CUA's are declaring DTEND
even for all day events.

16 years ago* removed files that weren't needed anymore
Wilfried Göesgens [Thu, 24 May 2007 20:39:03 +0000 (20:39 +0000)]
* removed files that weren't needed anymore
* resynced debian/po
* rewinded changelog
* removed uploader, we may add this again later, but it makes linda shout right now.
* added missing debhelper tags

16 years ago* auomagically build source debs.
Wilfried Göesgens [Thu, 24 May 2007 20:35:49 +0000 (20:35 +0000)]
* auomagically build source debs.
* remove debs from dist tgz build

16 years ago* rewind debian changelog for initial packaging process
Wilfried Göesgens [Thu, 24 May 2007 20:32:28 +0000 (20:32 +0000)]
* rewind debian changelog for initial packaging process
* automagically create source debs
* added debian readme explaining the user the mta specials about replacing or bundling with the system mta
* removed uploader tag, as i makes linda moan

16 years ago* corrected spelling error in make clean.
Wilfried Göesgens [Thu, 24 May 2007 20:28:04 +0000 (20:28 +0000)]
* corrected spelling error in make clean.

16 years agoRemoved some spurious copyright info from the openldap
Art Cancro [Wed, 23 May 2007 14:29:48 +0000 (14:29 +0000)]
Removed some spurious copyright info from the openldap
schema.  This text applied to the RFC from which the schema was
derived, not the schema itself.
See also: http://revu.tauware.de/details.py?upid=5180

16 years agoTemplatized the invocation of TinyMCE so it can be
Art Cancro [Wed, 23 May 2007 12:55:17 +0000 (12:55 +0000)]
Templatized the invocation of TinyMCE so it can be
site customized (or even completely replaced) if desired

16 years agoFirst step:
Thierry Pasqualier [Wed, 23 May 2007 06:15:49 +0000 (06:15 +0000)]
First step:
* Separation of various part of the summary
* Users list in iconsbar

16 years agoCSS/HTML : Advanced & Administration
Thierry Pasqualier [Sun, 20 May 2007 18:37:46 +0000 (18:37 +0000)]
CSS/HTML : Advanced & Administration

16 years agoSummary Banner : HTML/CSS simplification
Thierry Pasqualier [Sun, 20 May 2007 14:57:53 +0000 (14:57 +0000)]
Summary Banner : HTML/CSS simplification

I would like to handle in the same way all the banners
of services and administration screens
at the end to reduce the number of classes CSS

16 years ago* message view : fix bug for Reply - there was no more subject or
Thierry Pasqualier [Sun, 20 May 2007 07:49:39 +0000 (07:49 +0000)]
* message view : fix bug for Reply - there was no more subject or
  recipients

IG : Bug or feature ?
In Mail folder view, we can use Reply All and Forward buttons but not in
Bulletin Board view... I don't understand why

16 years agoUse the tabbed dialog API from tabs.c for
Art Cancro [Sat, 19 May 2007 20:03:34 +0000 (20:03 +0000)]
Use the tabbed dialog API from tabs.c for
the address book

17 years agoImplementation of BINARY_FOLLOWS mode in sessionproxy.php (not tested)
Art Cancro [Wed, 16 May 2007 15:12:22 +0000 (15:12 +0000)]
Implementation of BINARY_FOLLOWS mode in sessionproxy.php (not tested)

17 years agoStart clean up HTML : Advanced menus
Thierry Pasqualier [Tue, 15 May 2007 06:55:42 +0000 (06:55 +0000)]
Start clean up HTML : Advanced menus

17 years agoCSS : correct background of Edit site-wide configuration
Thierry Pasqualier [Mon, 14 May 2007 22:04:04 +0000 (22:04 +0000)]
CSS : correct background of Edit site-wide configuration

17 years agoHTML/CSS Edit view
Thierry Pasqualier [Sat, 12 May 2007 22:17:06 +0000 (22:17 +0000)]
HTML/CSS Edit view
* post date is now together writing icon
* there's a block with fields to:, cc: and bcc: in connection with
contacts icon
* removed 'send message' button on the top
* some changes on the bottom
work in progress

17 years agoCSS : messages buttons & edit form
Thierry Pasqualier [Sat, 12 May 2007 09:08:05 +0000 (09:08 +0000)]
CSS : messages buttons & edit form

17 years agoSmall fixes to ical_dezonify() and its helper functions
Art Cancro [Fri, 11 May 2007 20:58:14 +0000 (20:58 +0000)]
Small fixes to ical_dezonify() and its helper functions
to handle properties that are declared 'TZID=GMT' which is a valid
but unorthodox way of declaring that the property is UTC/GMT.  The
functions now detect this style of declaration and automatically
converts to 'Z syntax'.  Calendar events created or modified by the
Outlook connector now show up in WebCit with the correct time.

17 years agoSmall fixes to ical_dezonify() and its helper functions
Art Cancro [Fri, 11 May 2007 20:38:53 +0000 (20:38 +0000)]
Small fixes to ical_dezonify() and its helper functions
to handle properties that are declared 'TZID=GMT' which is a valid
but unorthodox way of declaring that the property is UTC/GMT.  The
functions now detect this style of declaration and automatically
converts to 'Z syntax'.  Calendar events created or modified by the
Outlook connector now show up in WebCit with the correct time.

17 years agoCSS iconbar : no IE hack for IE7
Thierry Pasqualier [Fri, 11 May 2007 12:24:14 +0000 (12:24 +0000)]
CSS iconbar : no IE hack for IE7

17 years agofix bad copy/paste
Thierry Pasqualier [Fri, 11 May 2007 07:31:08 +0000 (07:31 +0000)]
fix bad copy/paste

17 years agoNew CSS/javascript implementation of the message buttons display
Thierry Pasqualier [Fri, 11 May 2007 07:21:34 +0000 (07:21 +0000)]
New CSS/javascript implementation of the message buttons display
like http://www.tiddlywiki.com/
Do you like this ?

17 years agoCSS : fix messages alignment on left
Thierry Pasqualier [Thu, 10 May 2007 06:55:34 +0000 (06:55 +0000)]
CSS : fix messages alignment on left

17 years agoCSS : change overflow attribute none to hidden
Thierry Pasqualier [Thu, 10 May 2007 06:04:43 +0000 (06:04 +0000)]
CSS : change overflow attribute none to hidden

17 years agoSmall fix to previous commit. The 'narrow' wholist
Art Cancro [Thu, 10 May 2007 04:10:58 +0000 (04:10 +0000)]
Small fix to previous commit.  The 'narrow' wholist
is displayed if the screen width is fewer than 80 characters,
not 50.

17 years agoOmit the 'Idle' and 'From host' columns from
Art Cancro [Thu, 10 May 2007 03:59:58 +0000 (03:59 +0000)]
Omit the 'Idle' and 'From host' columns from
the wholist when displaying on narrow screens (fewer than
50 columns).  This may look better on certain mobile devices.

17 years agoAdded conversion of “ and ” to ordinary
Art Cancro [Wed, 9 May 2007 20:49:58 +0000 (20:49 +0000)]
Added conversion of “ and ” to ordinary
ASCII double-quotes in html.c

17 years agoAdded more URL prefixes to is_bogus() to reflect the
Art Cancro [Wed, 9 May 2007 18:59:58 +0000 (18:59 +0000)]
Added more URL prefixes to is_bogus() to reflect the
latest collection of brain-dead Microsoft shitware that assumes
everyone is an IIS box.

17 years agofix IE5 CSS bug : center login bloc
Thierry Pasqualier [Tue, 8 May 2007 19:33:00 +0000 (19:33 +0000)]
fix IE5 CSS bug : center login bloc

17 years ago* added parameters for validating recipients against the masq hostlist.
Wilfried Göesgens [Tue, 8 May 2007 17:17:48 +0000 (17:17 +0000)]
* added parameters for validating recipients against the masq hostlist.

17 years agoSet the 'Id:' property on all files which use it
Art Cancro [Tue, 8 May 2007 15:40:16 +0000 (15:40 +0000)]
Set the 'Id:' property on all files which use it

17 years agoAdded 'Id' keyword
Art Cancro [Tue, 8 May 2007 15:36:22 +0000 (15:36 +0000)]
Added 'Id' keyword

17 years ago* Modification of HTML/CSS messages editor.
Thierry Pasqualier [Mon, 7 May 2007 22:10:13 +0000 (22:10 +0000)]
* Modification of HTML/CSS messages editor.
* I kept the two post buttons (it was a Seth request)
* I removed a Cancel button to keep a 800px width min
I will test this changes with IE

17 years agobeginning of the HTML/CSS work on the messages editor
Thierry Pasqualier [Sun, 6 May 2007 20:17:16 +0000 (20:17 +0000)]
beginning of the HTML/CSS work on the messages editor

17 years ago* A new display of messages in HTML / CSS.
Thierry Pasqualier [Sun, 6 May 2007 14:42:09 +0000 (14:42 +0000)]
* A new display of messages in HTML / CSS.
* I also suggest improving the display of the buttons of messages (only in CSS)
test it please

17 years agoresize bar CSS
Thierry Pasqualier [Sun, 6 May 2007 07:57:25 +0000 (07:57 +0000)]
resize bar CSS

17 years agoresize the messages list : HTML/CSS modifications
Thierry Pasqualier [Sun, 6 May 2007 07:33:56 +0000 (07:33 +0000)]
resize the messages list : HTML/CSS modifications

17 years agomailbox summary : some HTML/CSS modifications
Thierry Pasqualier [Sat, 5 May 2007 18:02:26 +0000 (18:02 +0000)]
mailbox summary : some HTML/CSS modifications

17 years agomessages list header : some HTML/CSS modifications
Thierry Pasqualier [Sat, 5 May 2007 17:10:49 +0000 (17:10 +0000)]
messages list header : some HTML/CSS modifications

17 years ago* Changed bug with ubuntu feisty.
Wilfried Göesgens [Fri, 4 May 2007 20:44:51 +0000 (20:44 +0000)]
* Changed bug with ubuntu feisty.

17 years ago* added masquerade domain feature.
Wilfried Göesgens [Wed, 2 May 2007 21:44:29 +0000 (21:44 +0000)]
* added masquerade domain feature.

17 years ago* added masquerade domain feature.
Wilfried Göesgens [Wed, 2 May 2007 21:37:27 +0000 (21:37 +0000)]
* added masquerade domain feature.

17 years agoWhy doesn't the f***ing Id: tag work on SVN???
Art Cancro [Wed, 2 May 2007 16:16:33 +0000 (16:16 +0000)]
Why doesn't the f***ing Id: tag work on SVN???

17 years agoWhy doesn't the f***ing Id: tag work on SVN???
Art Cancro [Wed, 2 May 2007 16:11:38 +0000 (16:11 +0000)]
Why doesn't the f***ing Id: tag work on SVN???

17 years agoExtract and enumerate return options.
Art Cancro [Sat, 28 Apr 2007 03:57:14 +0000 (03:57 +0000)]
Extract and enumerate return options.
So far, the SUBSCRIBED return option is implemented.

17 years agoCompleted the portion of draft-ietf-imapext-list-extensions-18
Art Cancro [Fri, 27 Apr 2007 21:22:09 +0000 (21:22 +0000)]
Completed the portion of draft-ietf-imapext-list-extensions-18
which requires the support of a parenthesized list of patterns
(multiple selection patters).

17 years agoDetect whether an IMAP client is specifying selection
Art Cancro [Fri, 27 Apr 2007 19:56:27 +0000 (19:56 +0000)]
Detect whether an IMAP client is specifying selection
options.  If present, save their start and end positions and
shift the expected position of the folder root to one position
right of the end of the selection options.  (Note: we do not
yet *do* anything with the selection options; we've merely
located and isolated them at this point.)

17 years ago* this file must be kept in a non-volatile dir. move it over in the postinst script...
Wilfried Göesgens [Fri, 27 Apr 2007 17:40:11 +0000 (17:40 +0000)]
* this file must be kept in a non-volatile dir. move it over in the postinst script if its there.

17 years ago* as this is the errormessage for the non logfile reading n00bs, added a link to...
Wilfried Göesgens [Thu, 26 Apr 2007 22:43:18 +0000 (22:43 +0000)]
* as this is the errormessage for the non logfile reading n00bs, added a link to our faq.

17 years ago* don't use the config to get the hostname anymore, so we don't need to run suid...
Wilfried Göesgens [Thu, 26 Apr 2007 22:30:56 +0000 (22:30 +0000)]
* don't use the config to get the hostname anymore, so we don't need to run suid anymore, this has caused trouble in the past once to often.

17 years agoAnnotated imap_list() for upcoming implementation of draft-ietf-imapext-list-extensio...
Art Cancro [Thu, 26 Apr 2007 21:55:00 +0000 (21:55 +0000)]
Annotated imap_list() for upcoming implementation of draft-ietf-imapext-list-extensions-18

17 years agoAdd a comment in smtp_greeting() warning that the fqdn
Art Cancro [Thu, 26 Apr 2007 21:45:37 +0000 (21:45 +0000)]
Add a comment in smtp_greeting() warning that the fqdn
*must* appear immediately after the 220 status code, and this
should never be changed.

17 years agoMoved IMAP LIST/LSUB to a separate source file
Art Cancro [Thu, 26 Apr 2007 21:26:48 +0000 (21:26 +0000)]
Moved IMAP LIST/LSUB to a separate source file

17 years agoCompleted unifying LIST and LSUB into a single code path.
Art Cancro [Thu, 26 Apr 2007 19:20:00 +0000 (19:20 +0000)]
Completed unifying LIST and LSUB into a single code path.

17 years agoContinued merging code paths
Art Cancro [Thu, 26 Apr 2007 16:21:49 +0000 (16:21 +0000)]
Continued merging code paths

17 years agoBegan merging the code for IMAP LIST and LSUB
Art Cancro [Thu, 26 Apr 2007 15:33:40 +0000 (15:33 +0000)]
Began merging the code for IMAP LIST and LSUB
commands into a single code path, in anticipation of implementing
the LIST-EXTENDED extension.

17 years agoAddress book popup: removed the rounded edges (because
Art Cancro [Thu, 26 Apr 2007 02:54:42 +0000 (02:54 +0000)]
Address book popup: removed the rounded edges (because
they still weren't working correctly) and put in a 1 pixel black border.

17 years agoDescriptions of the various types of public and private
Art Cancro [Thu, 26 Apr 2007 02:11:25 +0000 (02:11 +0000)]
Descriptions of the various types of public and private
rooms are now the same in the 'edit room' dialog as they are in the
'create room' dialog.

17 years ago-
Art Cancro [Thu, 26 Apr 2007 02:09:39 +0000 (02:09 +0000)]
-

17 years ago* paste together multiple errors in a right manner.
Wilfried Göesgens [Tue, 24 Apr 2007 21:48:35 +0000 (21:48 +0000)]
* paste together multiple errors in a right manner.

17 years agoDon't automatically delete calendar invitations
Art Cancro [Tue, 24 Apr 2007 20:15:01 +0000 (20:15 +0000)]
Don't automatically delete calendar invitations
and RSVP's after handling them.  This behavior does not
make sense when handling multipart messages.

17 years agoMeeting Accept/Decline and RSVP Update/Ignore controls
Art Cancro [Tue, 24 Apr 2007 19:55:41 +0000 (19:55 +0000)]
Meeting Accept/Decline and RSVP Update/Ignore controls
are now AJAX-enabled.  These dialogs now update 'in place' without a page refresh.

17 years ago-
Art Cancro [Mon, 23 Apr 2007 21:16:52 +0000 (21:16 +0000)]
-

17 years agoA single address book popup now supports multiple
Art Cancro [Mon, 23 Apr 2007 14:56:13 +0000 (14:56 +0000)]
A single address book popup now supports multiple
targets (such as To: Cc: Bcc:).  Thanks to Ben for the idea.

17 years agoAllow multiple addresses to be selected.
Art Cancro [Mon, 23 Apr 2007 13:40:22 +0000 (13:40 +0000)]
Allow multiple addresses to be selected.

17 years agoIn addition to all available address book rooms, the address
Art Cancro [Sat, 21 Apr 2007 03:01:28 +0000 (03:01 +0000)]
In addition to all available address book rooms, the address
book popup now also has an option to select from the local system's
user list.

17 years ago* Address book popup is now complete
Art Cancro [Fri, 20 Apr 2007 22:24:49 +0000 (22:24 +0000)]
* Address book popup is now complete

17 years agomore work on the address book popup
Art Cancro [Fri, 20 Apr 2007 02:29:05 +0000 (02:29 +0000)]
more work on the address book popup

17 years agoCitadel and WebCit are now internally marked as
Art Cancro [Thu, 19 Apr 2007 20:56:38 +0000 (20:56 +0000)]
Citadel and WebCit are now internally marked as
version 7.10 because we added a new server command

17 years agoAddress book popup now populates with actual contacts.
Art Cancro [Thu, 19 Apr 2007 20:55:36 +0000 (20:55 +0000)]
Address book popup now populates with actual contacts.
(Still need to add js code to fill the calling input box)

17 years agoCompleted DVCA (Dump VCard Addresses) function. This function
Art Cancro [Thu, 19 Apr 2007 20:46:30 +0000 (20:46 +0000)]
Completed DVCA (Dump VCard Addresses) function.  This function
outputs a list of names and email addresses found in all
vCards within the current room.  Useful for address book clients.

17 years agoh0h0h0./webserver -p80 Prototype has an 'evalscripts' parameter
Art Cancro [Thu, 19 Apr 2007 19:58:38 +0000 (19:58 +0000)]
h0h0h0./webserver -p80  Prototype has an 'evalscripts' parameter
to Ajax.Updater().  Now we can trigger auto-populate of the inner div
after the middle div populates, in the address book popup.

17 years agoVersion 7.09
Art Cancro [Thu, 19 Apr 2007 16:44:09 +0000 (16:44 +0000)]
Version 7.09

17 years agoWhen converting HTML to plain text, omit any text
Art Cancro [Thu, 19 Apr 2007 15:27:40 +0000 (15:27 +0000)]
When converting HTML to plain text, omit any text
that appears between <style> </style> tags.

17 years agoFixed missing character in DSN bounce messages
Art Cancro [Thu, 19 Apr 2007 02:20:39 +0000 (02:20 +0000)]
Fixed missing character in DSN bounce messages

17 years ago* use another buffer so we don't overwrite the mailfrom.
Wilfried Göesgens [Wed, 18 Apr 2007 18:17:09 +0000 (18:17 +0000)]
* use another buffer so we don't overwrite the mailfrom.