change-folder macro

2001-03-23 Thread Kirill Miazine
Hello, There's one type of macro I can't get working: Pressing Ctrl-q should bring me to the qmail folder (=qmail) and Ctrl-m should bring me to the mutt folder (=mutt). Thanks -- Kirill

Re: change-folder macro

2001-03-23 Thread Biju Chacko
On Fri, Mar 23, 2001 at 09:53:39AM +0100, Kirill Miazine wrote: There's one type of macro I can't get working: Pressing Ctrl-q should bring me to the qmail folder (=qmail) and Ctrl-m should bring me to the mutt folder (=mutt). did you try: macro index \cq "c=qmail\n" "Change to QMail folder"

Re: change-folder macro

2001-03-23 Thread Dave Pearson
On Fri, Mar 23, 2001 at 09:53:39AM +0100, Kirill Miazine wrote: Hello, There's one type of macro I can't get working: Pressing Ctrl-q should bring me to the qmail folder (=qmail) and Ctrl-m should bring me to the mutt folder (=mutt). What did you try and how didn't it work? -- Dave

Re: change-folder macro

2001-03-23 Thread Kirill Miazine
On Fri, Mar 23, 2001 at 02:47:25PM +0530, Biju Chacko wrote: did you try: macro index \cq "c=qmail\n" "Change to QMail folder" macro index \cm "c=mutt\n" "Change to Mutt folder" yes I did (before posting to the mailing list) and it did't work, the bindings do show up in the help menu

Re: change-folder macro

2001-03-23 Thread Kirill Miazine
On Fri, Mar 23, 2001 at 09:16:23AM +, Dave Pearson wrote: What did you try and how didn't it work? macro index \Cq "c=qmailenter" and nothing happened when I pressed C-q -- Dave Pearson: | mutt.octet.filter - autoview octet-streams http://www.davep.org/ |

Re: change-folder macro

2001-03-23 Thread Aaron Schrab
Please wrap your text at less than 80 characters per line. At 09:53 +0100 23 Mar 2001, Kirill Miazine [EMAIL PROTECTED] wrote: There's one type of macro I can't get working: Pressing Ctrl-q should bring me to the qmail folder (=qmail) and Ctrl-m should bring me to the mutt folder (=mutt). In

Re: change-folder macro

2001-03-23 Thread Kirill Miazine
On Fri, Mar 23, 2001 at 03:44:00AM -0600, Aaron Schrab wrote: Please wrap your text at less than 80 characters per line. In most cases you can't bind things to those characters. Ctrl-M is a line-feed and Ctrl-q is often used as the terminal start character. In Stupid me, forgot about ^M.

Re: change-folder macro

2001-03-23 Thread Dave Pearson
On Fri, Mar 23, 2001 at 10:19:25AM +0100, Kirill Miazine wrote: On Fri, Mar 23, 2001 at 09:16:23AM +, Dave Pearson wrote: What did you try and how didn't it work? macro index \Cq "c=qmailenter" and nothing happened when I pressed C-q C-q is probably been caught by your terminal and

Re: change-folder macro

2001-03-23 Thread Kirill Miazine
I use escq, escm etc end they are working find. Thanks for help On Fri, Mar 23, 2001 at 10:28:12AM +, Dave Pearson wrote: On Fri, Mar 23, 2001 at 10:19:25AM +0100, Kirill Miazine wrote: On Fri, Mar 23, 2001 at 09:16:23AM +, Dave Pearson wrote: What did you try and how didn't

Re: Mutt: Reading POP3 mail and moving the messages to folders based on To: and Cc: headers, before the messages are read.

2001-03-23 Thread malcolm.boekhoff
On 2001-03-22 09:50:40, Enoch Wu wrote: Greetings, Will someone test the following for me. Thanks in advance! # If tagged, then save message with hooks applied. Must predefine # save-hooks. # One macro does all the mail "redirect". macro index "\cy" "tag-pattern~C *\n:push

Sending mail with attachment from a shell script

2001-03-23 Thread Cristian Gheorghe
Hello, I am trying to use mutt in order to be able to send e-mail notifications in regards to the nightly source code builds that I am doing. Something to the extent of "Build Failed", see attached file. I can see how to attach a file, specify the address, subject, etc. It's just that if I want

Message-ID re-writing

2001-03-23 Thread Jim Breton
Hello, using Mutt-1.2.5 here. I'm re-writing my Message-ID headers using qmail-queue, but while experimenting with that header for the benefit of a sendmail-using friend, I came across this phenomenon. If I use my_hdr to add a Message-ID header to the stuff I am sending, Mutt will _still_ put

Re: Sending mail with attachment from a shell script

2001-03-23 Thread Lars Hecking
Cristian Gheorghe writes: Hello, I am trying to use mutt in order to be able to send e-mail notifications in regards to the nightly source code builds that I am doing. Something to the extent of "Build Failed", see attached file. I can see how to attach a file, specify the address,

Re: Sending mail with attachment from a shell script

2001-03-23 Thread Thomas Roessler
On 2001-03-22 19:12:31 -0500, Cristian Gheorghe wrote: I can see how to attach a file, specify the address, subject, etc. It's just that if I want to do this from the command line without going inside the interface I can not. mutt -y [EMAIL PROTECTED] -s "Build Failed" -a ./build.log

Re: Message-ID re-writing

2001-03-23 Thread Thomas Roessler
On 2001-03-23 06:16:39 +, Jim Breton wrote: I'm re-writing my Message-ID headers using qmail-queue, Why are you doing such things? You'll ruin the possibility to get proper threading with message copies mutt may write to folders while sending. If I use my_hdr to add a Message-ID header

Re: Mutt: Reading POP3 mail and moving the messages to folders based on To: and Cc: headers, before the messages are read.

2001-03-23 Thread Duke Normandin
On Thu, Mar 22, 2001 at 09:50:40AM -0800, Enoch Wu wrote: Greetings, Will someone test the following for me. Thanks in advance! # If tagged, then save message with hooks applied. Must predefine # save-hooks. # One macro does all the mail "redirect". macro index "\cy" "tag-pattern~C

Re: Sending mail with attachment from a shell script

2001-03-23 Thread teo
Hi Cristian! On Thu, 22 Mar 2001, Cristian Gheorghe wrote: Hello, I am trying to use mutt in order to be able to send e-mail notifications in regards to the nightly source code builds that I am doing. Something to the extent of "Build Failed", see attached file. I can see how to attach

Re: Message-ID re-writing

2001-03-23 Thread Jim Breton
On Fri, Mar 23, 2001 at 12:59:52PM +0100, Thomas Roessler wrote: I'm re-writing my Message-ID headers using qmail-queue, Why are you doing such things? You'll ruin the possibility to get proper threading with message copies mutt may write to folders while sending. Actually, you're right.

Re: Mutt: Reading POP3 mail and moving the messages to folders based on To: and Cc: headers, before the messages are read.

2001-03-23 Thread Enoch Wu
On Fri, Mar 23, 2001 at 06:10:40AM -0700, Duke Normandin wrote: On Thu, Mar 22, 2001 at 09:50:40AM -0800, Enoch Wu wrote: Greetings, Will someone test the following for me. Thanks in advance! # If tagged, then save message with hooks applied. Must predefine # save-hooks. #

Re: Sending mail with attachment from a shell script

2001-03-23 Thread Cristian Gheorghe
Thank you so much, it actually works. Regards, Cristian Thomas Roessler wrote: On 2001-03-22 19:12:31 -0500, Cristian Gheorghe wrote: I can see how to attach a file, specify the address, subject, etc. It's just that if I want to do this from the command line without going inside the

Re: Message-ID re-writing

2001-03-23 Thread Jerome De Greef
* Jim Breton ([EMAIL PROTECTED]) wrote: On Fri, Mar 23, 2001 at 12:59:52PM +0100, Thomas Roessler wrote: I'm re-writing my Message-ID headers using qmail-queue, Why are you doing such things? You'll ruin the possibility to get proper threading with message copies mutt may write to

Re: Message-ID re-writing

2001-03-23 Thread Jim Breton
On Fri, Mar 23, 2001 at 05:44:12PM +0100, Jerome De Greef wrote: RFC 822: [...] This identifier is intended to be machine readable and not necessarily meaningful to humans. [...] That says it all ;) No, it doesn't. The problem is that it currently _IS_ meaningful to humans. If it were

compressed folders option

2001-03-23 Thread Chuck Campbell
I just downloaded and installed 1.2.5i with the compressed folder option, but I haven't (yet) understood the information on using this option. The manual.txt file gives some open-hook, close-hook, append-hook examples, but I'm left baffled by reading it all. Am I supposed to put something like

Re: Message-ID re-writing

2001-03-23 Thread Jerome De Greef
* Jim Breton ([EMAIL PROTECTED]) wrote: On Fri, Mar 23, 2001 at 05:44:12PM +0100, Jerome De Greef wrote: RFC 822: [...] This identifier is intended to be machine readable and not necessarily meaningful to humans. [...] That says it all ;) No, it doesn't. The problem is that

Re: Message-ID re-writing

2001-03-23 Thread Jerome De Greef
* Jim Breton ([EMAIL PROTECTED]) wrote: On Fri, Mar 23, 2001 at 06:13:35PM +0100, Jerome De Greef wrote: And what's your problem with it being readable by humans ? I already explained why, several messages ago in my response to Thomas. You know someone counting how many messages you wrote

Re: compressed folders option

2001-03-23 Thread Jason Helfman
I have this in my muttrc and it works fine open-hook \\.gz$ "gzip -cd %f %t" close-hook \\.gz$ "gzip -c %t %f" append-hook \\.gz$ "gzip -c %t %f" On Fri, Mar 23, 2001 at 10:56:35AM -0600, Chuck Campbell muttered: | I just downloaded and installed 1.2.5i with the compressed folder option, |

Re: Message-ID re-writing

2001-03-23 Thread Jim Breton
On Fri, Mar 23, 2001 at 06:39:48PM +0100, Jerome De Greef wrote: (hum, I think I don't get the point on this one) I noticed. ;) The point is, it gives away information that maybe some people don't want to give away. Using a randomly-rotated 3- or 4-character string would be far better than

IMAP and multiple accounts

2001-03-23 Thread Chris Jones
Hi-- I'm converting to mutt from Gnus. So far, I'm impressed by mutt's speed. :) However, there's something I was doing with Gnus that I can't figure out with mutt, and I was wondering if somebody could help me out: I've got an IMAP account at work, and an IMAP account at home. When I'm at

mutt site maintenance?

2001-03-23 Thread Ken Weingold
Is it only Jeremy who maintains the mutt site? The URL to a patch I have linked from there is dead, and I send him the updated one but haven't heard from him. Thanks. -Ken -- [EMAIL PROTECTED]AIM: ScopusFest

Re: next Mutt release?

2001-03-23 Thread Sven Guckes
* Eugene Lee [EMAIL PROTECTED] [010322 23:39]: I'm just curious to ask is there a timetable for Mutt 1.3 to go stable and be released (Mutt 1.4 I assume?). It would be neat if Mutt had a modular structure that lets people add functionality without having to significantly modify the core.

IMAP and multiple accounts

2001-03-23 Thread Chris Jones
Hi-- I'm converting to mutt from Gnus. So far, I'm impressed by mutt's speed. :) However, there's something I was doing with Gnus that I can't figure out with mutt, and I was wondering if somebody could help me out: I've got an IMAP account at work, and an IMAP account at home. When I'm at

default and restore color issues

2001-03-23 Thread Daniel Lamblin
Hi, I'm not subscribed or anything but I'd like to ask this about mutt: I recently built mutt for solaris 8 (I'm a user not root), and with the normal curses, it refused to display any color. I attempted to build ncurses but failed, so I built slang (that an extensible programming language drop

Re: Mutt: Reading POP3 mail and moving the messages to folders based on To: and Cc: headers, before the messages are read.

2001-03-23 Thread Duke Normandin
On Fri, Mar 23, 2001 at 08:30:43AM -0800, Enoch Wu wrote: It didn't work for me as *I* expected! ;( The macro tagged the entire $spoolfile in the "main" index, and turned around and saved the whole thing to only one of my pre-defined IN.x mailboxes. Here's how I've defined my

Save-hook inside a folder-hook

2001-03-23 Thread Duke Normandin
I have the following that doesn't work: folder-hook "IN.mutt" 'save-hook * =mutt' When I'm reading "IN.mutt" and go to save a message, "IN.mutt" keeps coming up as the default for that folder. Any ideas? Tia.. -- -duke Calgary, Alberta, Canada

Re: Mutt: Reading POP3 mail and moving the messages to folders based on To: and Cc: headers, before the messages are read.

2001-03-23 Thread Enoch Wu
On Fri, Mar 23, 2001 at 05:47:44PM -0700, Duke Normandin wrote: Show me (us) your save-hooks please! I want to compare to what I have above. Thanks! -- -duke Calgary, Alberta, Canada Hi, # Mutt's Mail Filtering # Filename: portion of .muttrc # Mutt version 1.2.5i mailboxes !

spell checking

2001-03-23 Thread Robert Barish
Hello I am just getting my feet wet with mutt and trying it out to see if it will be my email client of choice. So far I really like the speed of mutt. I have a real basic question. How does one incoporate a spell checker with mutt? Does it use ispell. If you can use a spell checker how

Re: spell checking

2001-03-23 Thread Wade A. Mosely
Robert Barish wrote: Hello I am just getting my feet wet with mutt and trying it out to see if it will be my email client of choice. So far I really like the speed of mutt. I have a real basic question. How does one incoporate a spell checker with mutt? Does it use ispell. If you can

vim and mutt question

2001-03-23 Thread Viktor Lakics
Hi All, I have an autocommand for temporary mutt files. I want to move the cursor down 6 positions automatically when I start a new mail (this would move the cursor right under the headers (i use edit headers). But i can't seem to figure out how to do this from a vimrc file... Any help? TIA --

Re: vim and mutt question

2001-03-23 Thread Peter Pentchev
On Sat, Mar 24, 2001 at 07:35:12AM +, Viktor Lakics wrote: Hi All, I have an autocommand for temporary mutt files. I want to move the cursor down 6 positions automatically when I start a new mail (this would move the cursor right under the headers (i use edit headers). But i can't

Re: spell checking

2001-03-23 Thread Ken Weingold
On Fri, Mar 23, 2001, Wade A. Mosely wrote: Robert Barish wrote: Hello I am just getting my feet wet with mutt and trying it out to see if it will be my email client of choice. So far I really like the speed of mutt. I have a real basic question. How does one incoporate a spell