On 2019-05-13, at 10:56:49, Kevin J. McCarthy wrote: > On Mon, May 13, 2019 at 07:08:07PM +0300, Edgy Hacker wrote: >> I routinely want to view the email that I sent but I am yet to figure >> out a way around this. > > Your muttrc looks fine to me. When you send email through Gmail, it should > automatically record your sent mail in the "[Gmail]/Sent Mail" mailbox for > you. > That works fine for me with GMail. Apparently AOL doesn't "automatically record". So, I try in my .muttrc: # Automatically log in to this mailbox at startup set folder="imaps://PaulGBoulder:redac...@imap.aol.com" set spoolfile="+INBOX" fcc-hook . +Archive ... which doesn't work. Does fcc-hook work only for local mail folders? Should I be using a different hook? (If I use ~/file it does record outgoing mail locally, not on the server.)
Thanks, gil