Re: Macros using flag-message -> set resolve

2002-10-11 Thread Sven Guckes
* Wesley Hart <[EMAIL PROTECTED]> [11-10-2002 17:54]: > Is there a a way to the set a flag on a message without > advancing the pointer to the next message? If not, can > anyone suggest another way to achieve what I'm trying to do? * Ren Clerc <[EMAIL PROTECTED]> [2002-10-11 16:01]: > unset reso

Re: Macros using flag-message

2002-10-11 Thread René Clerc
* Wesley Hart <[EMAIL PROTECTED]> [11-10-2002 17:54]: > Is there a a way to the set a flag on a message without advancing the > pointer to the next message? If not, can anyone suggest another way to > achieve what I'm trying to do? unset resolve -- René Clerc - ([EMAIL PR

Macros using flag-message

2002-10-11 Thread Wesley Hart
Mutt Gurus, I'm trying to construct a macro which copies the currently selected message to a folder, then flags it and saves it to a second folder. Right now, I'm using: macro index E "=misslist\n=spam_archive\n" The problem I'm having is that advances the cursor to the next message in the in

Request for new facility in mutt - or am I missing something?

2002-10-11 Thread Chris Green
I have two facilities that I would like in mutt which don't seem to be there:- 1 Does save-hook *only* allow changing the name of the mbox to save to rather than the 'any command' that other hooks allow? If so then I'd like a new hook of some sort that allows me to perform some arbitrary a

Re: send hooks again .. not working

2002-10-11 Thread Toby Coleridge
Nope no other send hooks defined .. On Fri, Oct 11, 2002 at 11:59:37AM +0200, René Clerc wrote: > * Toby Coleridge <[EMAIL PROTECTED]> [11-10-2002 11:55]: > > [Michael] > > > send-hook '~C student.lboro.ac.uk' 'my_hdr From: me@myuniemailadrress' > > > nope still doesnt work I noticed that I hav

Re: imap issues - color of indicator

2002-10-11 Thread dan radom
The terminal apps that I've tested with are xterm and Eterm. The terminal types I've tested with are xterm , xterm-color, screen-w, linux (console) and vt100. With vt100 I do not see this problem. WIth all other term types mentioned I do see it. This same client also reads local mbox files,

Re: send hooks again .. not working

2002-10-11 Thread René Clerc
* Toby Coleridge <[EMAIL PROTECTED]> [11-10-2002 11:55]: [Michael] > > send-hook '~C student.lboro.ac.uk' 'my_hdr From: me@myuniemailadrress' > nope still doesnt work I noticed that I have set from at the top of > my muttrc is this causing problems for send hooks? Do you have other send-hooks,

Re: Request for new facility in mutt - or am I missing something?

2002-10-11 Thread Chris Green
On Fri, Oct 11, 2002 at 01:41:18PM +0200, Rocco Rutte wrote: > > If so then I'd like a new hook of some sort that allows > > me to perform some arbitrary action when saving a > > message, it doesn't actually have to be as clever as the > > existing hooks as really want to execute the comma

Re: send hooks again .. not working

2002-10-11 Thread René Clerc
* Toby Coleridge <[EMAIL PROTECTED]> [11-10-2002 12:50]: > I do however have this in my sendmail.mc / cf : > > define(`confDOMAIN_NAME', `4mationnet.com')dnl > > because I am behind a private network and I get lots of 550 returned mail. > > would this make a difference? I don't know, I know n

Re: send hooks again .. not working

2002-10-11 Thread Michael Tatge
Toby Coleridge ([EMAIL PROTECTED]) muttered: > On Fri, Oct 11, 2002 at 11:42:44AM +0200, Michael Tatge wrote: > > send-hook '~C student.lboro.ac.uk' 'my_hdr From: > > me@myuniemailadrress' > nope still doesnt work I noticed that I have set from at the top of my > muttrc is this causing problems f

Re: which 7 other common list headers? (was: Re: .procmailrc)

2002-10-11 Thread Thomas Hurst
* Gregor Zattler ([EMAIL PROTECTED]) wrote: > Hi Thomas, > which 7 other ml headers did you mean? Mailing-List: list Sender: owner- X-BeenThere: Delivered-To: mailing list X-Mailing-List: X-Loop: X-List: X-ML-Name: My full lists.rc is at http://voi.aagh.net/code/lists.rc if you want a real exam

Re: Request for new facility in mutt - or am I missing something?

2002-10-11 Thread Rocco Rutte
Hi, * Chris Green [02-10-11 14:15:06 +0200] wrote: > On Fri, Oct 11, 2002 at 01:41:18PM +0200, Rocco Rutte wrote: [...] > > Use a macro to ``redefine'' saving: > > macro pager s "push '$youraction'" > OK, that solves the problem partly but then I need an answer to my > second request - how ca

Re: imap issues - color of indicator

2002-10-11 Thread Sven Guckes
* dan "top-posting jerk" radom <[EMAIL PROTECTED]> [2002-10-11 09:57]: > > hmm... does this happen on all terminals? even on the console? > The terminal apps that I've tested with are xterm and Eterm. > The terminal types I've tested with are xterm, > xterm-color, screen-w, linux (console) and vt

Re: send hooks again .. not working

2002-10-11 Thread Toby Coleridge
I do however have this in my sendmail.mc / cf : define(`confDOMAIN_NAME', `4mationnet.com')dnl because I am behind a private network and I get lots of 550 returned mail. would this make a difference? Thanks Toby. On Fri, Oct 11, 2002 at 11:10:11AM +0100, Toby Coleridge wrote: > Nope no other s

Re: Request for new facility in mutt - or am I missing something?

2002-10-11 Thread Chris Green
On Fri, Oct 11, 2002 at 02:52:13PM +0200, Rocco Rutte wrote: > Hi, > > * Chris Green [02-10-11 14:15:06 +0200] wrote: > > On Fri, Oct 11, 2002 at 01:41:18PM +0200, Rocco Rutte wrote: > [...] > > > Use a macro to ``redefine'' saving: > > > > macro pager s "push '$youraction'" > > > OK, that so

Re: send hooks again .. not working

2002-10-11 Thread Sven Guckes
* Toby Coleridge <[EMAIL PROTECTED]> [2002-10-11 10:10]: > > > > send-hook '~C student.lboro.ac.uk' 'my_hdr From: me@myuniemailadrress' > > > nope still doesnt work I noticed that I have set from at the > > > top of my muttrc is this causing problems for send hooks? > > Do you have other send-hook

Re: Send Hooks ..

2002-10-11 Thread Sven Guckes
* Toby Coleridge <[EMAIL PROTECTED]> [2002-10-10 20:25]: > If I setup two send hooks as follows: > send-hook ."my_hdr From: [EMAIL PROTECTED] ;" > send-hook blah "my_hdr From: [EMAIL PROTECTED] ;" what are the semicola for? delete them. > am i right in thinking that the second send > hook w

Re: Request for new facility in mutt - or am I missing something?

2002-10-11 Thread Rocco Rutte
Hi, * Chris Green [02-10-11 13:38:49 +0200] wrote: > 1 Does save-hook *only* allow changing the name of the > mbox to save to rather than the 'any command' that other > hooks allow? Yes. > If so then I'd like a new hook of some sort that allows > me to perform some arbitrary action when

Re: send hooks again .. not working

2002-10-11 Thread Toby Coleridge
No the email address in the compose window is still wrong ... ? Toby On Fri, Oct 11, 2002 at 01:10:05PM +0200, René Clerc wrote: > * Toby Coleridge <[EMAIL PROTECTED]> [11-10-2002 12:50]: > > > I do however have this in my sendmail.mc / cf : > > > > define(`confDOMAIN_NAME', `4mationnet.com')d

Re: send hooks again .. not working

2002-10-11 Thread Toby Coleridge
Hi Michael, nope still doesnt work I noticed that I have set from at the top of my muttrc is this causing problems for send hooks? Thanks Toby. On Fri, Oct 11, 2002 at 11:42:44AM +0200, Michael Tatge wrote: > Toby Coleridge ([EMAIL PROTECTED]) muttered: > > i have the following: > > > > send-

Re: send hooks again .. not working

2002-10-11 Thread Michael Tatge
Toby Coleridge ([EMAIL PROTECTED]) muttered: > i have the following: > > send-hook . my_hdr From: [EMAIL PROTECTED] > send-hook @student\.lboro\.ac\.uk my_hdr From: me@myuniemailadrress send-hook '~C student.lboro.ac.uk' 'my_hdr From: me@myuniemailadrress' HTH, Michael -- "...Deep Hack Mode--

Re: list of key bindings

2002-10-11 Thread Michael Tatge
Susan Kleinmann ([EMAIL PROTECTED]) muttered: > I must still be doing something wrong: I can't believe that every single > person who uses mutt has to cut and paste all 3 or 4 help screens into an > editor, then do a bunch of editing, just to find out which few keys are > available to assign to

send hooks again .. not working

2002-10-11 Thread Toby Coleridge
i have the following: send-hook . my_hdr From: [EMAIL PROTECTED] send-hook @student\.lboro\.ac\.uk my_hdr From: me@myuniemailadrress however when I send mail to [EMAIL PROTECTED] I get it from [EMAIL PROTECTED] not the send-hook as I believe I should .. any ideas? Thanks Toby

Re: abook is ugly. What else is there?

2002-10-11 Thread Chris Green
On Thu, Oct 10, 2002 at 11:54:00PM +, MindFuq wrote: > > Then it also has the problem where if you're hitting backspace to > erase text, the cursor position shifts so that you don't know what > you've deleted. (mutt also has this problem) > This sounds more like a terminal set up problem (T