I have draft messages appearing in an imap folder. I would like to write
a script that reads a message (or all messages) from that folder and
sends it as it is, then moving the message to imap Sent folder.
It seems something like mutt -H would do the job, just can’t figure out
how to get i
Thank you for your answer! But this does not answer my question: I
know that it is possible to manage multiple identities that way, and I
was trying to find something more flexible.
You could put the post-the-script stuff in the script output.
macro index A ':`shell-script-emitting-mutt
When emailing to someone with mutt, I would like to have my messages
automatically CC'd to someone. Typically, we are a team of academics
working with a student, and I would like my exchanges with the student
to be sent to others.
Mutt aliases seems to be on a "per field" basis. So I coul
Hi Ken,
Thank you for your answer! But this does not answer my question: I know
that it is possible to manage multiple identities that way, and I was
trying to find something more flexible.
Gregory
Hi list,
Is there a trick to execute a macro after a shell-escape which asks for
user input? I currently have:
macro index A 'shell-script '
macro index B 'source ~/.mutt/mutt-script'
shell-script writes mutt-script, and I'd like to do 'B' when 'A' returns,
without having to press 'B'.