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

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

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 ca

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 ca

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

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

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: >

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-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

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 send

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. Somethi

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 be

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

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 list

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 $

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]' >M

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 resu

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 PRO

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 resu