Rune Mossige <mutt> [23/08/01 09:10 +0200]:
> 1) How do I set up mutt to cycle all the mailfolders where I
> have procmail store new messages inside? Pine had an
> 'incoming-folders' setting, where I set the folder names,
> and the order to look in them. How do I do that in mutt?
mailboxes `echo $HOME/Mail/*`
> 2) When I do 'c' to change folder, is it possible to get a
> selection box, where I can scroll with the cursor, and select
> a folder by hitting return, instead of typing in the name
> of the folder I want to change to?
Hit <tab> once or twice.
> 3) How do I set up a distributionlist using mutt's aliases?
That's for sendmail's /etc/aliases, ideally. Or just separate the addresses
with commas.
> 4) When I have marked several messages for deletion, and scroll
> the index of messages, the cursor jumps over the messages
> marked for deleting. This is fine, but sometimes I do not
> want this...I want to scroll to a deleted message, and then
> undelete it. How do I do that? Do I have to 'jump' to that
> message number?
j and k for moving up and down non deleted messages. To move across deleted
messages J and K (capitals)
> 5) How do I 'expunge' all messages marked for deletion, similar
> to pine's 'eXpunge' command? I do not want to have to quit
> mutt, or change to a new folder, just to expunge a number
> of messages.
$ (synchronize mailbox)
> 6) How do I make mutt display norwegian characters? I have set
> set charset="iso-8859-1"
> set allow_8bit=yes
Use the LC_CTYPE environment variable most appropriate to your setting.
-suresh