On Thu, Jun 13, 2002 at 11:19:34AM -0400, Brett Sanger wrote: > Is there an equivalent of the "sent-mail" folder? A convenient way to > make one? If I hand-roll (via perl) the monthly archiving of such folders > to mimic pine's behavior, what locking procedure does mutt use so that I > can ensure I don't trample while it's reading/writing?
Do this: # make sure mail gets saved as mailx/pine would... send-hook . "set record=~/Mail/sent-mail-`date +%Y-%m`" set record="=sent-mail-`date +%Y-%m`" This gives you folders in ~/Mail that look like: $ ls Mail/sent-mail-2002* Mail/sent-mail-2002-01 Mail/sent-mail-2002-05 Mail/sent-mail-2002-04 Mail/sent-mail-2002-06 -- Marc Wilson [EMAIL PROTECTED]