Hi.
I have a couple of things I would like to do in mutt:
1. I would like to be able to create a macro to save mails to my most commonly used
mailboxes. I don't want the mails to be automatically stored in separate mailboxes
because I like to read them all in the inbox before deciding whether to delete them or
save them. I tried:
macro index "SL" "s ~/mail/linux\n"
but this didn't seem to work, as it tried to add ~/mail/linux to the end of the
mailbox the save command thought the mail should go in.
2. I would like to have a macro that allows me to specify the recipient and the
subject when I want to write a new message, ie. I would type:
m <alias of mail recipient> <subject>
Then when I press return, these fields are already set in my mail so I don't have to
edit them. The alias will always be 1 word, so I wouldn't have to precurse the fields
with a field type of any sort (like what elm does I think, where you are prompted for
To: field, then Subject: field etc.)
Any ideas?
regards,
Andrew O'Callaghan