Re: Autoconfiguration of subject

2002-06-23 Thread juman
On Mon, Jun 24, 2002 at 05:53:16AM +0200, Sven Guckes wrote: > skip to the prompts - > and use header editing: > > set autoedit > set edit_headers Ok, I will check these in the manual. > > The commando always look like this: > > Subject: > > > > But when doing a standard reply it looks

Re: how to filter in procmail

2002-06-23 Thread Marc Wilson
On Sun, Jun 23, 2002 at 12:13:12PM -0700, John Smith wrote: > Well, i just subscribed to this list, and I'm wondering how do I filter this > into a separate mailbox with procmail? All the other mailing lists I'm > subscribed to are using X-Mailing-List in the headers. I examined the headers > co

Re: Finding flagged messages -> macro homework

2002-06-23 Thread Sven Guckes
* Rocco Rutte <[EMAIL PROTECTED]> [2002-06-23 15:19]: > > > * Sven Guckes [02-06-23 13:08:33 +0200] wrote: > > > > homework: modify this macro to search backward for the latest > > > > flagged message which contains "manual.txt" in the body. ;-) > > > My wild guess: [...] > > "push" is overk

Re: Autoconfiguration of subject

2002-06-23 Thread Sven Guckes
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2002-06-23 20:05]: > One thing I do by mail is play some games at www.gamerz.net/pbmserv > and their you set your game commando in the subject. > Is there someway I could adjust the subject before > I get the question by mutt what the subject should be > so

Re: envelope_from

2002-06-23 Thread Michael Elkins
[Help requests should be sent to [EMAIL PROTECTED]] Dmitro V. Dudenko wrote: > How i can hide header string "X-Authentication-Warning: succubi.rasu.gov.ru: dudenko >set sender to [EMAIL PROTECTED] using -f"? (sendmail -f i think) You need to add your user to the trusted users section of your se

Re: how to filter in procmail

2002-06-23 Thread John Iverson
* On Sun, 23 Jun 2002, John P Verel wrote: > On 06/23/02 12:16 -0700, Will Yardley wrote: > > how about: > > * ^Return-Path: > > > or: > > * ^Sender: owner-mutt-users > > I use: > > * ^TO_mutt > Mutt Which of the above methods you want to use depends on how you want to handle the situation w

Re: how to filter in procmail

2002-06-23 Thread John P Verel
On 06/23/02 12:16 -0700, Will Yardley wrote: > John Smith wrote: > > > Well, i just subscribed to this list, and I'm wondering how do I filter this > > into a separate mailbox with procmail? All the other mailing lists I'm > > subscribed to are using X-Mailing-List in the headers. I examined th

Re: quoting within quotes within quotes within quotes...

2002-06-23 Thread Gary Johnson
On Sun, Jun 23, 2002 at 09:22:24PM +0200, Eric Smith wrote: > According to Sven Guckes on Sun, Jun 23, 2002 at 07:58:28PM +0200: > > * Eric Smith <[EMAIL PROTECTED]> [2002-06-23 15:36]: > > > How do I quote within a quote more than once? > > > > > > A specific example is that I want my default se

Re: how to filter in procmail

2002-06-23 Thread John Smith
Thank you! On Sun, Jun 23, 2002 at 12:16:31PM -0700, Will Yardley wrote: > John Smith wrote: > > > Well, i just subscribed to this list, and I'm wondering how do I filter this > > into a separate mailbox with procmail? All the other mailing lists I'm > > subscribed to are using X-Mailing-List i

Autoconfiguration of subject

2002-06-23 Thread juman
One thing I do by mail is play some games at www.gamerz.net/pbmserv and their you set your game commando in the subject. Is there someway I could adjust the subject before I get the question by mutt what the subject should be so I don't have to repeat the same procedur every time. The commando

Re: quoting within quotes within quotes within quotes...

2002-06-23 Thread Eric Smith
According to Sven Guckes on Sun, Jun 23, 2002 at 07:58:28PM +0200: > * Eric Smith <[EMAIL PROTECTED]> [2002-06-23 15:36]: > > How do I quote within a quote more than once? > > > > A specific example is that I want my default setting for $editor > > to be: set editor=" vim -c '/^$/+1' -c 'se tw=6

Re: how to filter in procmail

2002-06-23 Thread Will Yardley
John Smith wrote: > Well, i just subscribed to this list, and I'm wondering how do I filter this > into a separate mailbox with procmail? All the other mailing lists I'm > subscribed to are using X-Mailing-List in the headers. I examined the headers > coming in here, and I can't find something

how to filter in procmail

2002-06-23 Thread John Smith
Well, i just subscribed to this list, and I'm wondering how do I filter this into a separate mailbox with procmail? All the other mailing lists I'm subscribed to are using X-Mailing-List in the headers. I examined the headers coming in here, and I can't find something that would help me :-) Any

Re: quoting within quotes within quotes within quotes...

2002-06-23 Thread Sven Guckes
* Eric Smith <[EMAIL PROTECTED]> [2002-06-23 15:36]: > How do I quote within a quote more than once? > > A specific example is that I want my default setting for $editor > to be: set editor=" vim -c '/^$/+1' -c 'se tw=65' " set editor="vim -u setupfile" put all the specific stuff into the "s

quoting within quotes

2002-06-23 Thread Eric Smith
How do I quote within a quote more than once? A specific example is that I want my default setting for $editor to be: set editor=" vim -c '/^$/+1' -c 'se tw=65' " Now I want to define the following macro: macro pager G ":set editor=vi\n" But after executing the function it should set $editor b

Re: Finding flagged messages -> macro homework

2002-06-23 Thread Rocco Rutte
Hi, * Sven Guckes [02-06-23 17:14:07 +0200] wrote: > * Rocco Rutte <[EMAIL PROTECTED]> [2002-06-23 11:33]: > > * Sven Guckes [02-06-23 13:08:33 +0200] wrote: > > > homework: modify this macro to search backward for the latest > > > flagged message which contains "manual.txt" in the body. ;-)

Re: Finding flagged messages -> macro homework

2002-06-23 Thread Sven Guckes
* Rocco Rutte <[EMAIL PROTECTED]> [2002-06-23 11:33]: > * Sven Guckes [02-06-23 13:08:33 +0200] wrote: > > homework: modify this macro to search backward for the latest > > flagged message which contains "manual.txt" in the body. ;-) > > My wild guess: > macro index #F ':push d~F~bmanual.txt' "

Re: Finding flagged messages

2002-06-23 Thread Rocco Rutte
Hi, * David T-G [02-06-23 14:01:28 +0200] wrote: > ...and then Rocco Rutte said... > % > ... > % > homework: modify this macro to > ... > % My wild guess: > % > % macro index #F ':push d~F~bmanual.txt' > S! No sharing homework answers or you'll get in trouble! Oooops! This shou

Re: random header script?

2002-06-23 Thread Thomas Hurst
* Ken Weingold ([EMAIL PROTECTED]) wrote: > I think I remember a while back someone haveing a script to take lines > randomly from a text file to put into a custom header. Does anyone > have this? Replace \n with \n%\n and run it through strfile. Then run fortune over the generated data file.

Re: Finding flagged messages

2002-06-23 Thread David T-G
Rocco -- ...and then Rocco Rutte said... % ... % > homework: modify this macro to ... % My wild guess: % % macro index #F ':push d~F~bmanual.txt' S! No sharing homework answers or you'll get in trouble! HAND :-D -- David T-G * It's easier to fight for one's princ

Re: Finding flagged messages

2002-06-23 Thread Rocco Rutte
Hi, * Sven Guckes [02-06-23 13:08:33 +0200] wrote: > macro index #F ~F\n > homework: modify this macro to > search backward for the latest > flagged message which contains > "manual.txt" in the body. ;-) My wild guess: macro index #F ':push d~F~bmanual.txt' ? Cheers, Rocco

Re: Finding flagged messages

2002-06-23 Thread Sven Guckes
* Lukas Ruf <[EMAIL PROTECTED]> [2002-06-21 08:32]: > is there an easy way to find flagged > messages by defining a keybinding? > I mean sth similar to for new messages. macro index #F ~F\n homework: modify this macro to search backward for the latest flagged message which contains "manual.tx

Re: Negated format conditionals

2002-06-23 Thread Rocco Rutte
Hi, * [EMAIL PROTECTED] [02-06-23 12:11:38 +0200] wrote: > Right now I have this little blurb in my status_format: > %?V?[Limit: (%V)]-? > What I'd like to happen is for it to display: [Limit: (All)] if %?V is > false. Is this possible to do? Yes, the manual explains this, too. The format