Re: help, set from=xxx

2000-04-05 Thread Aaron Schrab
At 00:39 -0400 05 Apr 2000, David T-G [EMAIL PROTECTED] wrote: % send-hook '(~C mutt)' "set signature="uptime|" ;my_hdr From: Neelakanth [EMAIL PROTECTED] " It's just a nit, but you might want to change your sig to set signature='uptime|' so that it's parsed at hook-time instead of

Re: help, set from=xxx

2000-04-05 Thread David T-G
Aaron -- ...and then Aaron Schrab said... % At 00:39 -0400 05 Apr 2000, David T-G [EMAIL PROTECTED] wrote: % % send-hook '(~C mutt)' "set signature="uptime|" ;my_hdr From: Neelakanth [EMAIL PROTECTED] " % %set signature='uptime|' % % so that it's parsed at hook-time instead of at

Re: help, set from=xxx

2000-04-05 Thread Mikko Hänninen
David T-G [EMAIL PROTECTED] wrote on Wed, 05 Apr 2000: I know I've seen this before, though... Is specifying a pipe this way different from something like set signature="`uptime`" where the " could also be ' ? Perhaps my original experimentation was using backticks and that's where I

Re: help, set from=xxx

2000-04-04 Thread David T-G
Neel -- ...and then Neelakanth said... % % send-hook '(~C mutt)' "set signature="uptime|" ;my_hdr From: Neelakanth [EMAIL PROTECTED] " It's just a nit, but you might want to change your sig to set signature='uptime|' so that it's parsed at hook-time instead of at muttrc-read time. To

help, set from=xxx

2000-04-03 Thread Neelakanth Nadgir
Hi all, This question has been answered here before I guess, but for some reason I am not able to get it to work. When ever I send email to anybody in the gnu.org domain, I want my "From" address to be [EMAIL PROTECTED] I have the following set up in my muttrc file mutt complains "set: unknown

Re: help, set from=xxx

2000-04-03 Thread Ralf Hildebrandt
On Sun, Apr 02, 2000 at 10:35:29PM -0700, Neelakanth Nadgir wrote: See http://www.mutt.org/doc/manual/manual-6.html#ss6.3 there's no variable "from". send-hook '(~C gnu|~t gnu)' "set signature=~/.sig.gnu \ set [EMAIL PROTECTED] \

Re: help, set from=xxx

2000-04-03 Thread Terje Elde
* Ralf Hildebrandt ([EMAIL PROTECTED]) [000403 12:26]: See http://www.mutt.org/doc/manual/manual-6.html#ss6.3 there's no variable "from". Sure there is, cut'n'paster from my muttrc: set from = "Terje Elde [EMAIL PROTECTED]" It's in the development versions tho, but the original poster was

Re: help, set from=xxx

2000-04-03 Thread Michael Tatge
On Sun, Apr 02, 2000 at 10:35:29PM -0700, Neelakanth Nadgir wrote: When ever I send email to anybody in the gnu.org domain, I want my "From" address to be [EMAIL PROTECTED] I have the following set up in my muttrc file mutt complains "set: unknown variable" = send-hook '(~C

Re: help, set from=xxx

2000-04-03 Thread Mikko Hänninen
Neelakanth Nadgir [EMAIL PROTECTED] wrote on Sun, 02 Apr 2000: send-hook '(~C gnu|~t gnu)' "set signature=~/.sig.gnu \ set [EMAIL PROTECTED] \ my_hdr Reply-To: Neelakanth Nadgir [EMAIL PROTECTED]" The second "set" is superfluous, the proper

Re: help, set from=xxx

2000-04-03 Thread Byrial Jensen
On Mon, Apr 03, 2000 at 14:51:45 -0400, Michael Tatge wrote: On Sun, Apr 02, 2000 at 10:35:29PM -0700, Neelakanth Nadgir wrote: When ever I send email to anybody in the gnu.org domain, I want my "From" address to be [EMAIL PROTECTED] I have the following set up in my muttrc file mutt

Re: help, set from=xxx

2000-04-03 Thread Neelakanth
Sometime ago, Neelakanth Nadgir said: This question has been answered here before I guess, but for some reason I am not able to get it to work. When ever I send email to anybody in the gnu.org domain, I want my "From" address to be [EMAIL PROTECTED] I have the following set up in my muttrc

Re: help, set from=xxx

2000-04-03 Thread Andy Wergedal
neelakanth, Could you post your solution? I have the same problem and I can't get it to work. -- Andy On Mon, Apr 03, 2000 at 10:50:55AM -0700, Neelakanth wrote: Sometime ago, Neelakanth Nadgir said: This question has been answered here before I guess, but for some reason I am not able to

Re: help, set from=xxx

2000-04-03 Thread Neelakanth
Sometime ago, Andy Wergedal said: Could you post your solution? I have the same problem and I can't get it to work. -- Andy Andy, here is a part of my muttrc file == send-hook '(~C gnu)' source ~/.mutt/profile.gnu send-hook '(~C mutt)' "set signature="uptime|" ;my_hdr

Re: help, set from=xxx

2000-04-03 Thread Michael Tatge
On Mon, Apr 03, 2000 at 04:13:41PM +0300, Mikko Hänninen wrote: [snip] [send-hooks] Additionally, you need to put a ; between commands Hey, good to know. This could simplify my muttrc in a lot of cases. :-) Michael -- This signature was added just to have one. ;-)