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 sort-mailboxdsearch-reverse~F~bmanual.txtenter' S! No sharing homework answers or you'll get in trouble! HAND :-D -- David T-G * It's

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 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 sort-mailboxdsearch-reverse~F~bmanual.txtenter' S! No sharing homework answers or you'll get in

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

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. ;-) My wild

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\ngroup-replysend-message But after executing the send-message

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 setupfile

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

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

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=65'

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

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

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

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 the

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: mutt-users-owner 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

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

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 I

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 overkill. and who said to

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

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: game commando boardnr nick password move But when doing a