Re: [PATCH] add sendbox feature
On Wed, Aug 13, 2008 at 12:01:20PM -0400, Aron Griffis wrote:
>
> So this patch adds two settings: sendbox and use_sendbox.
> Sendbox specifies a mailbox to which sent messages should be
> saved, and use_sendbox instructs mutt to use sendbox instead of
> sendmail. For example:
>
> set sendbox=imaps://my.server.com/INBOX.Outbox
> set use_sendbox=yes
Why not simply use
set record=imaps://your.courier.host/INBOX.Outbox
set sendmail='cat > /dev/null' ## or equivalent
No need for a patch, or did I miss something?