Re: [mutt] hook permanance across folders

1999-12-16 Thread Nico Hailey

On Thu, Dec 16, 1999 at 04:44:39PM -0500, Rüdiger Kuhlmann wrote:
> 
> Hi Nico!
> > "
> > folder-hook blue 'my_hdr From: Nico Hailey <[EMAIL PROTECTED]>'
> > folder-hook gen/ftxgen 'my_hdr From: Nico Hailey <[EMAIL PROTECTED]>'
> > folder-hook gen/ftxgen 'my_hdr Approved: x'
> > folder-hook gen/ftxgen 'my_hdr To: ftxgen-command@lists'
> > "
> 
> Try folder-hook . 'unmy_hdr Approved To'.

Thanks! That solves my problems.

nico



Re: [mutt] hook permanance across folders

1999-12-16 Thread Rüdiger Kuhlmann


Hi Nico!

>--[Nico Hailey]--<[EMAIL PROTECTED]>
> "
> folder-hook blue 'my_hdr From: Nico Hailey <[EMAIL PROTECTED]>'
> folder-hook gen/ftxgen 'my_hdr From: Nico Hailey <[EMAIL PROTECTED]>'
> folder-hook gen/ftxgen 'my_hdr Approved: x'
> folder-hook gen/ftxgen 'my_hdr To: ftxgen-command@lists'
> "

Try folder-hook . 'unmy_hdr Approved To'.

Yours, Rüdiger.

-- 
 mailto:[EMAIL PROTECTED]
   http://www.math.umass.edu/~kuhlmann/
PGP:0x83E4BD6D/A8 C9 90 E7 1E E2 B6 55  A3 7E 01 F5 66 B2 B7 E0



Re: Strange 'lists' behavior

1999-12-16 Thread Michael Elkins

On Thu, Dec 16, 1999 at 05:05:28PM -0500, Rich Lafferty wrote:
> Everything seems to work fine now with one exception. When I identify
> a mailing list with 'lists', it treats it like it's in 'alternates' --
> anything addressed to the list will show "To mutt-users" in the index
> rather than show who it's from.

In your $index_format variable, change the %L to %F for those folders where
you don't want to see the list the mail was sent to/cc.

me

 PGP signature


Re: hook permanance across folders

1999-12-16 Thread Michael Elkins

On Thu, Dec 16, 1999 at 04:00:20PM -0500, Nico Hailey wrote:
> I have a question. How do you unset folder-hooks when you are
> no longer in that folder?
> 
> "
> folder-hook blue 'my_hdr From: Nico Hailey <[EMAIL PROTECTED]>'
> folder-hook gen/ftxgen 'my_hdr From: Nico Hailey <[EMAIL PROTECTED]>'
> folder-hook gen/ftxgen 'my_hdr Approved: x'
> folder-hook gen/ftxgen 'my_hdr To: ftxgen-command@lists'
> "

You need to use the so-called default hook to unset these.  Before the
other folder-hook commands, put

folder-hook ~A unmy_hdr approved from to

this will cause those headers to disappear when you change to other mailboxes.

me
-- 
pgp key available from http://www.cs.hmc.edu/~me/elkins-pgp-key.asc

 PGP signature


Re: Having problem with replay information

1999-12-16 Thread Michael Elkins


On Thu, Dec 16, 1999 at 03:15:14PM -0600, Samuel A. Mullen wrote:
> I'm using mutt on my box (smullen.oppunl.com) however my email address
> is [EMAIL PROTECTED] (the mail server is running on oppunl.com).  How
> do I get mutt to use the correct domain name.  setting hostname doesn't
> seem to work.

You can either configure your MTA (such as sendmail, qmail, etc) to properly
masquerade your headers, or put a line with your real email address, such as
my_hdr From: [EMAIL PROTECTED]
in your ~/.muttrc

me
-- 
pgp key available from http://www.cs.hmc.edu/~me/elkins-pgp-key.asc

 PGP signature


Strange 'lists' behavior

1999-12-16 Thread Rich Lafferty

I've just caused the *strangest* thing. My muttrc was getting old and
was filled with a lot of cruft (a bunch of variables being set to their
defaults, which was making it hard to manage). I just went through 
the Reference section of the Mutt manual and kept (or thought I kept)
only the variables that weren't defaults. 

Everything seems to work fine now with one exception. When I identify
a mailing list with 'lists', it treats it like it's in 'alternates' --
anything addressed to the list will show "To mutt-users" in the index
rather than show who it's from.

To make this even stranger, I can get rid of it by sourcing my old
.muttrc; even if I source my old muttrc and then source my new one 
again, the behavior goes away.

The old muttrc is at ,
and the new one is at .
I'm using mutt 1.0i on linux/ppc; I've appended the output of
"mutt -v" below my .signature.

What on earth am I missing?

  -Rich

-- 
-- Rich Lafferty ---
 Sysadmin/Programmer, Instructional and Information Technology Services
   Concordia University, Montreal, QC (514) 848-7625
- [EMAIL PROTECTED] --

Mutt 1.0i (1999-10-22)
Copyright (C) 1996-9 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.2.10 [using slang 10202]
Compile options:
-DOMAIN
-HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  +USE_FCNTL  -USE_FLOCK
+USE_IMAP  +USE_POP  +HAVE_REGCOMP  -USE_GNU_REGEX  +HAVE_COLOR  
+HAVE_GPG  -BUFFY_SIZE 
-EXACT_ADDRESS  +ENABLE_NLS
SENDMAIL="/usr/bin/sendmail"
MAILPATH="/var/spool/mail"
SHAREDIR="/usr/local/share/mutt"
SYSCONFDIR="/usr/local/etc"
ISPELL="/usr/bin/ispell"
_PGPPATH="/usr/local/bin/gpg"
_PGPGPGPATH="/usr/local/bin/gpg"



 PGP signature


Re: save-hook list ignored after upgrade to 1.1.1i

1999-12-16 Thread David DeSimone

Mark J. Bynum <[EMAIL PROTECTED]> wrote:
>
> Ever since I upgraded to development version 1.1.1i I can't seem to get my
> save-hook to work right.

List processing has changed on Mutt 1.1.

> fcc-save-hook ~l ~/Mail/lists/%B
> fcc-save-hook '~l' ~/Mail/lists/%B
> fcc-save-hook '~l' =/lists/%B

The ~l pattern matches "subscribed" lists only.  You probably want to
change all your "lists" commands to "subscribe" commands, anyway, to
maintain previous behavior.

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
UX WTEC Engineer |PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44



[Fwd: Having problem with replay information] Re-Try

1999-12-16 Thread Samuel A. Mullen

"Samuel A. Mullen" wrote:
> 
> First, because my mutt isn't doing replies well right now, I'm forced to
> use Netscape Nausiator's mail client.  A thousand appologies.
> 
> I tried joining the AfterStep mailing list today (using mutt), but when
> I did, my e-mail was bounced back because the domain on my email address
> did not exist.
> 
> I'm using mutt on my box (smullen.oppunl.com) however my email address
> is [EMAIL PROTECTED] (the mail server is running on oppunl.com).  How
> do I get mutt to use the correct domain name.  setting hostname doesn't
> seem to work.
> 
> Below is the email I received back from the mailing list I mentioned
> 
> Thanks,
> Sam


Header 
>From smullen  Thu Dec 16 15:15:17
1999  
Return-Path: 
Received: from localhost (localhost)
by smullen.oppunl.com (8.9.3/8.9.3) with internal id PAA16085;
Thu, 16 Dec 1999 15:15:17 -0600
Date: Thu, 16 Dec 1999 15:15:17
-0600   
From: Mail Delivery Subsystem
<[EMAIL PROTECTED]>
Message-Id:
<[EMAIL PROTECTED]>  
To:
[EMAIL PROTECTED]  
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary="PAA16085.945378917/smullen.oppunl.com"

BODY --
Auto-Submitted: auto-generated (failure)

[-- Attachment #1
--]   
[-- Type: text/plain, Encoding: 7bit, Size: 0.4K
--]

The original message was received at Thu, 16 Dec 1999 15:14:53
-0600
from
smullen@localhost  

   - The following addresses had permanent fatal errors
-   
[EMAIL PROTECTED]   

   - Transcript of session follows
-
... while talking to
rim.caldera.com.:  
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=289 
<<< 501 <[EMAIL PROTECTED]>... Sender domain must
exist
501 [EMAIL PROTECTED] Data format
error  

[-- Attachment #2
--]   
[-- Type: message/delivery-status, Encoding: 7bit, Size: 0.3K
--]   

Reporting-MTA: dns;
smullen.oppunl.com  
Arrival-Date: Thu, 16 Dec 1999 15:14:53
-0600   

Final-Recipient: RFC822;
[EMAIL PROTECTED]  
Action:
failed  
Status:
5.5.2   
Remote-MTA: DNS;
rim.caldera.com
Diagnostic-Code: SMTP; 501 <[EMAIL PROTECTED]>... Sender domain
must   
+exist  
Last-Attempt-Date: Thu, 16 Dec 1999 15:15:17
-0600  

[-- Attachment #3
--]   
[-- Type: message/rfc822, Encoding: 7bit, Size: 0.4K
--]

Date: Thu, 16 Dec 1999 15:14:53
-0600   
From: "S Mullen oppunl.com"
<[EMAIL PROTECTED]>
To:
[EMAIL PROTECTED]   
Subject:
subscribe  
X-Mailer: Mutt
1.0pre3i 

subscribe
AfterStep



Having problem with replay information

1999-12-16 Thread Samuel A. Mullen

First, because my mutt isn't doing replies well right now, I'm forced to
use Netscape Nausiator's mail client.  A thousand appologies.

I tried joining the AfterStep mailing list today (using mutt), but when
I did, my e-mail was bounced back because the domain on my email address
did not exist.

I'm using mutt on my box (smullen.oppunl.com) however my email address
is [EMAIL PROTECTED] (the mail server is running on oppunl.com).  How
do I get mutt to use the correct domain name.  setting hostname doesn't
seem to work.

Below is the email I received back from the mailing list I mentioned

Thanks,
Sam



hook permanance across folders

1999-12-16 Thread Nico Hailey

I have a question. How do you unset folder-hooks when you are
no longer in that folder?

I set an Approved: header when I am in my moderation folder,
but if I change into the regular list folder the Approved:
header is still there... here's what that part of my
.muttrc looks like:

"
folder-hook blue 'my_hdr From: Nico Hailey <[EMAIL PROTECTED]>'
folder-hook gen/ftxgen 'my_hdr From: Nico Hailey <[EMAIL PROTECTED]>'
folder-hook gen/ftxgen 'my_hdr Approved: x'
folder-hook gen/ftxgen 'my_hdr To: ftxgen-command@lists'
"

note that blue is the folder I switch into after I've been
in gen/ftxgen and though, my From: header is correct, I still
get the Approved: and To: from the previous folder.

thanks
nico, slightly new to mutt but liking it.



save-hook list ignored after upgrade to 1.1.1i

1999-12-16 Thread Mark J. Bynum

Hey,

Ever since I upgraded to development version 1.1.1i I can't seem to get my
save-hook to work right. I used to use 96.3 (development), and 1.0pre3.
Here is what I have tried:

fcc-save-hook ~l ~/Mail/lists/%B
fcc-save-hook '~l' ~/Mail/lists/%B
fcc-save-hook '~l' =/lists/%B

The original line (the first one) worked correctly before. Yes, the list
names are in the lists command. Infact I haven't changed any configuration
file since I upgraded. My other fcc-save-hooks work fine.

Also how could I get a ~a added to the pattern matching language to designate
aliases? Just like it was when I used elm, i.e. 'fcc-save-hook ~a =~a'.

Thanks,

Mark Bynum
[EMAIL PROTECTED]



Re: .signature in a reply message

1999-12-16 Thread Telsa Gwynne

On Thu, Dec 16, 1999 at 08:43:01AM -0500 or thereabouts, Subba Rao wrote:
> 
> Is there anyway to include the original message, for a reply, below the 
> .signature? My personal preferance is to send a clean reply with my sig 
> and then followed by the original message. Right now, the message is 
> above the sig and for each reply, I have to yank the sig and paste above 
> the original message.
> 
> Any pointers appreciated. Thank you in advance.

I have seen this accomplished by including the original email as an
attachment following the reply (with the sig attached to the reply
rather than the attachment). 

I have to say that I dislike it intensely. I recently received a message
where there were several of these. There were in fact one -thousand-
lines of "reply-to-reply-to-reply", "reply-to-reply", "reply", "original
message", and well over one -hundred- of these attachments in reverse 
order. If they had been accomplished in the "quoted material at the
top; replies follow in chronological order" fashion, it might have been
bearable. That's the logical consequence of what happens when you put
the original at the end. 

I hadn't realised until ranting about this that some mailers include a 
facility to - er - read backwards... (boggle.)

I gather that the mailer which is responsible for this 'convention'
is Lotus Notes, which insists that you put the quoted material
underneath. However well it works on an internal mail system, I really
think it's a bad idea for sending to people outside that company,
when these other people won't necessarily have mailers that read 
backwards. In elm, for example, you can't even page backwards through 
the same message. (Okay, so this is a misfeature in elm. There's
still plenty of people stuck with it.) So if you're on a mailing list 
and you read a reply to something you haven't yet received, you have to 
read the reply, and -then- the original message, and then go back and 
re-read the message again to see how the reply relates to the original.
Doing this once is bad. Doing it repeatedly is horrid :(

If you must do it, include the the original email as an attachment.
But (IMHO IMHO IMHO, YMMV) better by far is to stick to the idea of
putting the quoted stuff (trimmed!) and the name of that person at
the top, and the reply beneath.

Pretty please? :)

Only other pointer I can think of is RFC 1855, and I'm afraid it
says, in section 3.1.1, "General Guidelines for mailing lists and
NetNews", of your suggestion, "Don't do it":

   Linkname: rfc1855 - Netiquette Guidelines
URL: http://www.faqs.org/rfcs/rfc1855.html

- If you are sending a reply to a message or a posting be sure you
  summarize the original at the top of the message, or include just
  enough text of the original to give a context.  This will make
  sure readers understand when they start to read your response.
  Since NetNews, especially, is proliferated by distributing the
  postings from one host to another, it is possible to see a
  response to a message before seeing the original.  Giving context
  helps everyone.  But do not include the entire original!

Some people will doubtless say that RFC 1855 is outdated, of course :)

Telsa



Re: .signature in a reply message

1999-12-16 Thread John P . Looney

On Thu, Dec 16, 1999 at 08:43:01AM -0500, Subba Rao mentioned:
> Is there anyway to include the original message, for a reply, below the .signature?
> My personal preferance is to send a clean reply with my sig and then followed by the
> original message. Right now, the message is above the sig and for each reply, I have
> to yank the sig and paste above the original message.

 It's going against the traditional way of sending mail, and more like the
early Windows-based "Groupware" clients (CCmail and MSMail) of the early
90's that's lingered on in horrible clients like Outlook & Lotus Notes.

 Wonder is there an RFC as to how to write emails..."No caps", "Use '>' to
indent a replyed message", "Reply after relevant sections of replyed mail,
don't quote it all" etc.


Kate


 PGP signature


Re: .signature in a reply message

1999-12-16 Thread Mark Mielke

On Thu, Dec 16, 1999 at 08:43:01AM -0500, Subba Rao wrote:
> Is there anyway to include the original message, for a reply, below
> the .signature?  My personal preferance is to send a clean reply
> with my sig and then followed by the original message. Right now,
> the message is above the sig and for each reply, I have to yank the
> sig and paste above the original message.  Any pointers
> appreciated. Thank you in advance.

I think most people hate that.

mark

-- 
[EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED] __
.  .  _  ._  . .   .__.  . ._. .__ .   . . .__  | CUE Development(4Y21)
|\/| |_| |_| |/|_ |\/|  |  |_  |   |/  |_   | Nortel Networks
|  | | | | \ | \   |__ .  |  | .|. |__ |__ | \ |__  | Ottawa, Ontario, Canada

  One ring to rule them all, one ring to find them, one ring to bring them all
   and in the darkness bind them...

   http://mark.mielke.cc/



Re: deleted messages and arrows and key sequences

1999-12-16 Thread David DeSimone

David T-G <[EMAIL PROTECTED]> wrote:
>
> I was trying to figure out a way to get the arrow keys to behave like
> that, but I couldn't find the symbol for a shifted arrow :-)  I'm sure
> the key code/sequence exists, so ...

There is no keycode for a shifted arrow.  A standard VT100 terminal
won't generate a different code for shifted arrows, so xterm's and other
vt100 emulators won't generate them, either.

You might have fun with resources and such to get such a key to be
generated, but I don't know if it's worth it.  :)

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
UX WTEC Engineer |PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44



.signature in a reply message

1999-12-16 Thread Subba Rao


Is there anyway to include the original message, for a reply, below the .signature?
My personal preferance is to send a clean reply with my sig and then followed by the
original message. Right now, the message is above the sig and for each reply, I have
to yank the sig and paste above the original message.

Any pointers appreciated. Thank you in advance.

Subba Rao
[EMAIL PROTECTED]
http://pws.prserv.net/truemax/

 => Time is relative. Here is a new way to look at time. <=
http://www.smcinnovations.com



Re: Problems using send-hooks?

1999-12-16 Thread Jackal

Thanks...I think the default-hook did the trick ... THanks man!

On Thu, Dec 16, 1999 at 07:43:57AM -0500, David T-G wrote:
> Hello!
> 
> ...and then Jackal said...
> % I have some problems with the send-hooks in my muttrc.  It does not seem to
> % work as I expect it.  Maybe someone can enlighten me.
> 
> I can try...
> 
> 
> % 
> % I have these two send-hooks in my muttrc
> % 
> % send-hook '~t@' 'my_hdr From: Default Name  ; set 
>sendmail='/path/to/sendmail -oi -oem -f default@email'"
> % send-hook '~t@work' 'my_hdr From: Work Name  ; set 
>sendmail='/path/to/sendmail -oi -oem -f workname@work'"
> 
> Hmmm...  Seems a bit complicated to me.
> 
> First, I'd just use a default hook (send-hook .) instead of another
> match.  Second, I'd just use a my_hdr instead of messing with sendmail.
> 
> So you get something like
> 
>   send-hook . 'my_hdr From: Default Name '
>   send-hook "~t @work' 'my_hdr From: Work Name '
> 
> for your .muttrc file.  The my_hdr should take care of sendmail and the
> from envelope, IIUC.  And the default hook will definitely match once
> you're not sending to someone at work.
> 
> 
> % 
> % i thought that would mean that whenever I send a mail addressed to anyone with
> % a @work address mutt would set the sendmail as per the send-hook rule and the 
>From: as well.
> % 
> % But if i send a work email and then send a personal one...it does not set the
> % sendmail back to the default@email but the From is correct
> % 
> % anybody knows what I am talking about here?
> 
> HTH
> 
> 
> :-D
> -- 
> David T-G   * It's easier to fight for one's principles
> (play) [EMAIL PROTECTED]  * than to live up to them. -- fortune cookie
> (work) [EMAIL PROTECTED]
> http://www.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
> "Why2k?  Well, I didn't think at the time that I could charge any more!"
> Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*
> 




==
E-Mail : [EMAIL PROTECTED]
ICQ No.: 38756924
Public GPG Key :
http://germany.keyserver.net:11371/pks/lookup?op=get&search=0xA5D29407

-- Neophyte's serendipity.
-- Exclusive dedication to necessitious chores without interludes of
hedonistic diversion renders John a hebetudinous fellow.
-- A revolving concretion of earthy or mineral matter accumulates no
congeries of small, green bryophytic plant.
-- The person presenting the ultimate cachinnation possesses thereby the
optimal cachinnation.
-- Abstention from any aleatory undertaking precludes a potential
escallation of a lucrative nature.
-- Missiles of ligneous or osteal consistency have the potential of
fracturing osseous structure, but appellations will eternally
remain innocuous.
===



Re: deleted messages and arrows and key sequences

1999-12-16 Thread David T-G

Mikko --

...and then Mikko Hänninen said...
% Richard Hakim <[EMAIL PROTECTED]> wrote on Sat, 11 Dec 1999:
% > - In the index of a folder, I'd like the arrow key to scroll over deleted
% 
% The other answers you've gotten have been good, but I'd just like to
% point out that even with the default bindings (?) you can scroll up/down

Yep.


% in the index including the deleted messages if you use J/K for movement.
% No need to type in the msg number, though that works too.

That's what I like, since I'm a vi guy.


% 
% It's probably more sensible to rebind the arrow keys though...  Just
% pointing out an alternative approach that I personally use.

I was trying to figure out a way to get the arrow keys to behave like
that, but I couldn't find the symbol for a shifted arrow :-)  I'm sure
the key code/sequence exists, so ...  Is there a way to tell mutt to
bind a particular key code instead of j or J  or \cv or \eV or such?


:-D
-- 
David T-G   * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]  * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
"Why2k?  Well, I didn't think at the time that I could charge any more!"
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*


 PGP signature


Re: Problems using send-hooks?

1999-12-16 Thread David T-G

Hello!

...and then Jackal said...
% I have some problems with the send-hooks in my muttrc.  It does not seem to
% work as I expect it.  Maybe someone can enlighten me.

I can try...


% 
% I have these two send-hooks in my muttrc
% 
% send-hook '~t@' 'my_hdr From: Default Name  ; set 
sendmail='/path/to/sendmail -oi -oem -f default@email'"
% send-hook '~t@work' 'my_hdr From: Work Name  ; set 
sendmail='/path/to/sendmail -oi -oem -f workname@work'"

Hmmm...  Seems a bit complicated to me.

First, I'd just use a default hook (send-hook .) instead of another
match.  Second, I'd just use a my_hdr instead of messing with sendmail.

So you get something like

  send-hook . 'my_hdr From: Default Name '
  send-hook "~t @work' 'my_hdr From: Work Name '

for your .muttrc file.  The my_hdr should take care of sendmail and the
from envelope, IIUC.  And the default hook will definitely match once
you're not sending to someone at work.


% 
% i thought that would mean that whenever I send a mail addressed to anyone with
% a @work address mutt would set the sendmail as per the send-hook rule and the From: 
as well.
% 
% But if i send a work email and then send a personal one...it does not set the
% sendmail back to the default@email but the From is correct
% 
% anybody knows what I am talking about here?

HTH


:-D
-- 
David T-G   * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]  * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
"Why2k?  Well, I didn't think at the time that I could charge any more!"
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*


 PGP signature


Problems using send-hooks?

1999-12-16 Thread Jackal

I have some problems with the send-hooks in my muttrc.  It does not seem to
work as I expect it.  Maybe someone can enlighten me.

I have these two send-hooks in my muttrc

send-hook '~t@' 'my_hdr From: Default Name  ; set 
sendmail='/path/to/sendmail -oi -oem -f default@email'"
send-hook '~t@work' 'my_hdr From: Work Name  ; set 
sendmail='/path/to/sendmail -oi -oem -f workname@work'"

i thought that would mean that whenever I send a mail addressed to anyone with
a @work address mutt would set the sendmail as per the send-hook rule and the From: as 
well.

But if i send a work email and then send a personal one...it does not set the
sendmail back to the default@email but the From is correct

anybody knows what I am talking about here?

==
E-Mail : [EMAIL PROTECTED]
ICQ No.: 38756924
Public GPG Key :
http://germany.keyserver.net:11371/pks/lookup?op=get&search=0xA5D29407

Norm:  Gentlemen, start your taps.
-- Cheers, The Coach's Daughter

Coach: How's life treating you, Norm?
Norm:  Like it caught me in bed with his wife.
-- Cheers, Any Friend of Diane's

Coach: How's life, Norm?
Norm:  Not for the squeamish, Coach.
-- Cheers, Friends, Romans, and Accountants
===