 | | From: | Sascha Wuestemann | | Subject: | slrn mutt reading ~/.muttrc | | Date: | 11 Jan 2005 12:10:25 GMT |
|
|
 | Hi,
I am new to slrn as news agent. I use mutt for mail, so I said use mutt for slrn, too:
set mail_editor_command "/usr/bin/mutt -H '%s'" set mail_editor_is_mua 1
as the docs say to ~/.slrnrc.
But mutt does not seem to regard ~/.muttrc, e.g. it does not use "set copy=yes".
How to enable ~/.muttrc at mutt being called from slrn?
cu Sascha
|
|
 | | From: | Par Leijonhufvud | | Subject: | Re: slrn mutt reading ~/.muttrc | | Date: | 11 Jan 2005 15:50:22 GMT |
|
|
 | Sascha Wuestemann : > But mutt does not seem to regard ~/.muttrc, e.g. it does not use "set > copy=yes".
Hmm, one way to get around this is to use -F to explicitly force it to read your .muttrc.
/Par
-- Par Leijonhufvud usenet@hunter-gatherer.org "My idea of subtle is using a screwdriver instead of an oxy-torch." -- Lionel
|
|
 | | From: | Sven Guckes | | Subject: | Re: slrn mutt reading ~/.muttrc | | Date: | 11 Jan 2005 17:23:09 GMT |
|
|
 | * Sascha Wuestemann [2005-01-11]: > set mail_editor_command "/usr/bin/mutt -H '%s'" > set mail_editor_is_mua 1 > > But mutt does not seem to regard ~/.muttrc, > e.g. it does not use "set copy=yes". How to > enable ~/.muttrc at mutt being called from slrn?
set mail_editor_command "mutt -H '%s'"
works for me - with slrn 0.9.8.1 and mutt 1.5.6. so - check your setup!
Sven
|
|