On Mon,28.Jul.08, 14:58:58, Bob Cox wrote:
 
> As a matter of interest I have both of these in my ~/.muttrc
> 
>   lists [EMAIL PROTECTED]
>   subscribe [EMAIL PROTECTED]
> 
> but no separate mailing-lists file.
 
That's irrelevant:

$ ls .mutt/*muttrc
alias_muttrc
bind_muttrc
color_muttrc
folders_muttrc
muttrc

You can have as many files as you like and with whatever name (I'm using 
_muttrc scheme in order to take advantage on vim's syntax) as long as 
you 'source' them in either ~/.muttrc or ~/.mutt/muttrc:

$ grep source .mutt/muttrc
source ~/.mutt/folders_muttrc
source ~/.mutt/bind_muttrc
source ~/.mutt/alias_muttrc
source ~/.mutt/color_muttrc

This is useful if your muttrc is getting big:

$ grep -v '^$\|^#' .mutt/*muttrc | wc -l
98

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

Attachment: signature.asc
Description: Digital signature

Reply via email to