On Thu 05/May/2016 03:27:49 +0200 Mark Constable wrote: > We often have a problem with Thunderbird hanging when trying to send > a copy of an outgoing email to the Sent folder. Using RMB -> Properties > -> Repair Folder and Compact seems to generally fix it for a few months. > > However it occurred to me that if the original sent message could be > squirreled away to the Sent folder on the server then it would both > solve the hanging problem and save a second round trip to the server > when saving a copy to the Sent folder. > > We can do almost anything with incoming mail using maildrop but is > there anything we can do to manipulate outgoing mail, per user?
Thunderbird supports adding BCC to a fixed address. I pair it with two lines right after the maildirmake commands in the mailbox creation script: printf './Maildir/.Sent' > .courier-sent chmod u=rw,go= .courier-sent In addition, xxx-sent extensions can only be addressed by logged-in mailbox owners. The latter check is done using maildropfilter (aka localmailfilter). Users choose what they like better. BCC has advantages and disadvantages, with respect to "FCC": * transmission time is not doubled by long attachments, * there are unread messages in .Sent, * global changes to the messages, e.g. DKIM-Signatures, are in place, * private header fields, e.g. BCC and X-Mozilla-Draft-Info, are lost. hth Ale -- ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users