On Fri, Sep 18, 2015 at 16:56:12 -0700, Ian Zimmerman wrote:
> Is it possible (and safe) to set the record variable, or the Fcc header,
> to the folder from where I send the mail? For example, what can be said
> about this .muttrc setting:
>
> set record="~/Mail/inbox"
>
[...]
> Another question would be if the normal folder shortcuts are available
> in this context. Could the above be written as follows?
>
> set record="=inbox"
In short, yes.
I use
set record="!"
in my .muttrc, so that (most) messages I send are saved into my inbox.
(The inbox is usually, but not always, the folder from which I'm sending
the mail; if I sent from elsewhere, and $save_name doesn't set the Fcc
automatically for me, I either manually change the Fcc before sending, or
save the message out of my inbox later.)
Nathan