Hi Friends,

My mutt is "almost" well configured with emacs as my favourite composer. 

Almost because when I send or reply to a message in one of the lists
I've subscribed (lugroma) I get the list account
([EMAIL PROTECTED]) in the to field automatically,
whilst under all the other lists (among them this one) if I send a
message the to field is empty and if I reply the to field shows the
account of the sender.

Here it is the section of my .muttrc involved.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
mailboxes ! `echo $HOME/Mail/IN*`

subscribe mutt-users
subscribe lugroma

# default folder hooks
folder-hook . set sort=threads
folder-hook . set signature=~/sig.foo-default
folder-hook . 'set attribution="%n [%d]:"'
folder-hook . my_hdr From: [EMAIL PROTECTED] (Vittorio)
folder-hook . my_hdr Reply-To: 
folder-hook . my_hdr Organization: Nonexistent
folder-hook . my_hdr X-Operating-System: `uname -mnrs`
# ignore irritating mesg generated by cclient (uw-imapd / pine)
folder-hook . "push \"l!(~s 'FOLDER INTERNAL DATA')\n*\""

folder-hook mutt-users unmy_hdr reply-to
folder-hook mutt-users set sort=threads
folder-hook mutt-users set signature=~/sig.foo-mutt
folder-hook mutt-users 'set attribution="%n [mutt-users] <%d>:"'
folder-hook mutt-users my_hdr From: [EMAIL PROTECTED] (Victor)
folder-hook mutt-users my_hdr Reply-To: [EMAIL PROTECTED]
#folder-hook mutt-users my_hdr Organization: Who cares?
#folder-hook mutt-users my_hdr X-Operating-System: `uname -mnrs`

folder-hook lugroma unmy_hdr reply-to
folder-hook lugroma set sort=threads
folder-hook lugroma set signature=~/sig.foo-deb-users
folder-hook lugroma 'set attribution="%n [lugroma] <%d>:"'
folder-hook lugroma my_hdr From: [EMAIL PROTECTED] (Victor)
folder-hook lugroma my_hdr Reply-To: [EMAIL PROTECTED]
#folder-hook lugroma my_hdr Organization: Who cares?
#folder-hook lugroma my_hdr X-Operating-System: `uname -mnrs`
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

What's wrong with it and should I do?

Ciao

Vittorio


Reply via email to