[Thu, 04/10/07 at 22:48 +0545] Dilip M wrote: > On 10/4/07, bt44 <[EMAIL PROTECTED]> wrote: > > I know this is not specific to mutt per se, and more to do > > with my MTA, but anyways I will ask it. > > > > I use mutt + fetchmail + procmail + ssmtp. No issues, works > > great. But just one feature I want to get going. I would > > like to send my replies or new messages later (all once, > > but they should get queued in a folder (mailbox), which I > > should be able to review once, before sending them all in > > one shot. (Something similar to Kmail - send later). > > I use msmtpqueue for the same! > http://msmtp.sourceforge.net/tools.html
Perfect. Added one additional line in msmtp-enqueue.sh to let me save my posts to mbox (also gives me a chance to review them) before I trigger send while being in mutt. cat "$MAILFILE" | formail >> "$HOME/mail/sent-msmtp" || exit 1 Regards, Anand -- "Look at Hakkinen's face, look at the actions he's making. He is not at all happy with that racing car."
