Re: Send-hook is Lazy

2002-01-08 Thread Franco Vite
[lun 07/01/2002, ore 12:56] = David Champion scrive: [...] Have you changed your value of $alternates? If the sender's name matches $alternates, and your $index_format has %F in that slot, it will expand to the recipient's name instead of to your name. Yes, I see it. Now I use %n and

Re: Send-hook is Lazy

2002-01-07 Thread Franco Vite
[sab 05/01/2002, ore 12:57] = Aaron Schrab scrive: At 11:33 +0100 05 Jan 2002, Franco Vite [EMAIL PROTECTED] wrote: But: if I want to put the right signature when I replay (epmovi with .signature.epmovi, default From with .signature and so on [I've many accounts...]), how I can do?

Re: Send-hook is Lazy

2002-01-07 Thread David Champion
On 2002.01.07, in 20020107113541.GA629@shanti, Franco Vite [EMAIL PROTECTED] wrote: before my browser was 1 r L 29 dic [MaX] 0,3K Archivi ML PPC? 2 F 30 dic [Franco Vite] 0,8K Now is 1 r L 29 dic [MaX] 0,3K Archivi ML PPC? 2 F 30 dic [To

Re: Send-hook is Lazy

2002-01-05 Thread Franco Vite
[ven 04/01/2002, ore 18:28] = Aaron Schrab scrive: First, you'll need to change that default (first) send-hook to remove any previously applied From: header. You can instead use the $from variable to set your default address: send-hook . unmy_hdr From set from=Franco Vite [EMAIL

Re: Send-hook is Lazy

2002-01-05 Thread Aaron Schrab
At 11:33 +0100 05 Jan 2002, Franco Vite [EMAIL PROTECTED] wrote: But: if I want to put the right signature when I replay (epmovi with .signature.epmovi, default From with .signature and so on [I've many accounts...]), how I can do? You can have send-hooks that match on the address that the

Re: Send-hook is Lazy

2002-01-05 Thread Franco Vite
[sab 05/01/2002, ore 12:57] = Aaron Schrab scrive: At 11:33 +0100 05 Jan 2002, Franco Vite [EMAIL PROTECTED] wrote: But: if I want to put the right signature when I replay (epmovi with .signature.epmovi, default From with .signature and so on [I've many accounts...]), how I can do?

Re: Send-hook is Lazy

2002-01-04 Thread Franco Vite
[mer 02/01/2002, ore 15:57] = Thorsten Haude scrive: Hi, Hi, [...] in my .muttrc I've: send-hook . \ set signature=~/.signature send-hook . \ my_hdr From: Franco Vite [EMAIL PROTECTED] send-hook [EMAIL PROTECTED] \ 'my_hdr From: Franco Vite [EMAIL PROTECTED]; \

Re: Send-hook is Lazy

2002-01-04 Thread Aaron Schrab
At 15:19 +0100 04 Jan 2002, Franco Vite [EMAIL PROTECTED] wrote: send-hook . \ my_hdr From: Franco Vite [EMAIL PROTECTED] send-hook [EMAIL PROTECTED] \ 'my_hdr From: Franco Vite [EMAIL PROTECTED]; \ set signature=~/.signature.epmovi I've a question: it work fine,

Re: Send-hook is Lazy

2002-01-03 Thread Michael Tatge
Thorsten Haude muttered: I have this line in my mutt.rc send-hook '~t [EMAIL PROTECTED]' 'set [EMAIL PROTECTED]' However, this hook seems to catch too late, i.e. I see the result of every hook of this kind only in the mail *after* the one the hook is made for. That's because $from

Re: Send-hook is Lazy

2002-01-03 Thread David T-G
Thorsten -- ...and then Thorsten Haude said... % % Hi, Hello! % % * David T-G [EMAIL PROTECTED] [02-01-02 16:16]: % % I have set up my mailing lists to different addresses. To make it % % easier to write mails, I have this line in my mutt.rc, and similar % % lines for other mailing lists: %

Re: Send-hook is Lazy

2002-01-03 Thread Thorsten Haude
Hi, * Michael Tatge [EMAIL PROTECTED] [02-01-03 09:35]: Thorsten Haude muttered: I have this line in my mutt.rc send-hook '~t [EMAIL PROTECTED]' 'set [EMAIL PROTECTED]' However, this hook seems to catch too late, i.e. I see the result of every hook of this kind only in the mail

Re: Send-hook is Lazy

2002-01-03 Thread Thorsten Haude
Hi, * David T-G [EMAIL PROTECTED] [02-01-03 11:25]: % Perhaps the difference is that I use my_hdr instead of $from. % Maybe, but before I try that, I would like to hear an explanation why % the $from solution doesn't work. I trust that Michael's answer suffices. I'm not entirely sure I believe

Re: Send-hook is Lazy

2002-01-03 Thread David Champion
On 2002.01.03, in [EMAIL PROTECTED], Thorsten Haude [EMAIL PROTECTED] wrote: Well done, David, now I'm back to step one, $from-wise. Why is 'set from=' different from 'my_hdr From: '? $from was introduced in pre-1.0 times to work around problems with hooks and my_hdr. Something about

Re: Send-hook is Lazy

2002-01-03 Thread Michael Tatge
Thorsten Haude muttered: Well done, David, now I'm back to step one, $from-wise. Why is 'set from=' different from 'my_hdr From: '? 6.3.53. from Type: e-mail address Default: When set, this variable contains a default from address. It can be overridden using my_hdr (including from

Re: Send-hook is Lazy

2002-01-03 Thread Thorsten Haude
Moin, * David Champion [EMAIL PROTECTED] [02-01-03 17:29]: - $from is used as the default from address, if defined. Otherwise, the local user name and (if the user wishes so) the local domain are used. [...] - Now, send-hooks are evaluated. Thanks, that is

Send-hook is Lazy

2002-01-02 Thread Thorsten Haude
Hi, I have set up my mailing lists to different addresses. To make it easier to write mails, I have this line in my mutt.rc, and similar lines for other mailing lists: send-hook '~t [EMAIL PROTECTED]' 'set [EMAIL PROTECTED]' However, this hook seems to catch too late, i.e. I see the

Re: Send-hook is Lazy

2002-01-02 Thread David T-G
Thorsten -- ...and then Thorsten Haude said... % % Hi, Hello! % % I have set up my mailing lists to different addresses. To make it % easier to write mails, I have this line in my mutt.rc, and similar % lines for other mailing lists: % send-hook '~t [EMAIL PROTECTED]' 'set [EMAIL

Send-hook is Lazy

2002-01-02 Thread Thorsten Haude
Hi, I have set up my mailing lists to different addresses. To make it easier to write mails, I have this line in my mutt.rc, and similar lines for other mailing lists: send-hook '~t [EMAIL PROTECTED]' 'set [EMAIL PROTECTED]' However, this hook seems to catch too late, i.e. I see the

Re: Send-hook is Lazy

2002-01-02 Thread Thorsten Haude
Hi, * David T-G [EMAIL PROTECTED] [02-01-02 16:16]: % I have set up my mailing lists to different addresses. To make it % easier to write mails, I have this line in my mutt.rc, and similar % lines for other mailing lists: % send-hook '~t [EMAIL PROTECTED]' 'set [EMAIL PROTECTED]' Makes