thread collapsing

2001-03-24 Thread Joshua Haberman
How can I achieve this behavior: I want threads to always be collapsed (and %M for index_format available) except for the thread I currently have highlighted, either in the index or pager modes. In other words, I want threads to be automatically collapsed when I move to another thread. I was thin

hook?

2001-03-24 Thread Andre Berger
I wonder if it's possible to execute the following command automatically on all but "!" and my IO mailbox: "^T~A\nT!(~p|~P|~Q|~F)~d>2w\nd" Andre Berger[[EMAIL PROTECTED]]

Re: compressed folders option

2001-03-24 Thread Jim Lambert
Thanks for the help. It works great! -Jim On Sat, Mar 24, 2001 at 06:59:30PM +0100, Michael Tatge wrote: > Jim Lambert muttered: > > These hooks don't work in my muttrc. > > > > > open-hook \\.gz$ "gzip -cd %f > %t" > > > close-hook \\.gz$ "gzip -c %t > %f" > > > append-hook \\.gz$ "gzip -c

Re: Save-hook inside a folder-hook

2001-03-24 Thread Duke Normandin
On Sat, Mar 24, 2001 at 12:14:55AM -0800, Gary Johnson wrote: > On Fri, Mar 23, 2001 at 05:56:41PM -0700, Duke Normandin wrote: > > 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" kee

Re: send problems

2001-03-24 Thread Dave Murray
Thank you all, I found the log at: /var/log/mail.log I think that it is decipherable enough for me to believe that the ones that don't make it have been sent to my ISP SMPT host. I suppose that I could ask my ISP to check their log for the disposition of one of the message IDs in question, I d

Re: send problems

2001-03-24 Thread David Rock
On Sat, Mar 24, 2001 at 07:57:54PM +0200, Peter Pentchev wrote: > Sendmail logs most transactions via syslog, using the facility 'mail'. > Usually those end up in /var/log/messages, unless you've redirected > them somewhere else in /etc/syslog.conf. You can usually find sendmail logs in /var/log/

Procmail recipe for PGP 7 encrypted mails

2001-03-24 Thread Rod Pike
Greetings, I'm looking for a procmail recipe that will modify incoming mails from Outlook/Express that have used PGPi 7.0.3 to encrypt them, so that I can use Mutt to decrypt these broken mails. I've tried using the recipe in PGPnotes.txt but it doesn't seem to work for PGP 7. It used to work fi

Re: compressed folders option

2001-03-24 Thread Michael Tatge
Jim Lambert muttered: > These hooks don't work in my muttrc. > > > open-hook \\.gz$ "gzip -cd %f > %t" > > close-hook \\.gz$ "gzip -c %t > %f" > > append-hook \\.gz$ "gzip -c %t >> %f" > > > I get the following errors: > > Error in /home/1/j/jlambert/.muttrc, line 42: open-hook: unknown > co

Re: send problems

2001-03-24 Thread David Champion
On 2001.03.24, in <[EMAIL PROTECTED]>, "Dave Murray" <[EMAIL PROTECTED]> wrote: > I have trouble with sending messages, intermittently with another > list. I use sendmail and my ISP's SMTP. Mutt shows me sending, a > copy ends up in record, that's the end of my knowledge. I know that > t

Re: send problems

2001-03-24 Thread Adam Sherman
On Sat, Mar 24, 2001 at 07:57:54PM +0200, Peter Pentchev wrote: > On Sat, Mar 24, 2001 at 10:52:54AM -0700, Dave Murray wrote: > > I have trouble with sending messages, intermittently with another > > list. I use sendmail and my ISP's SMTP. Mutt shows me sending, a > > copy ends up in record, tha

Re: send problems

2001-03-24 Thread Peter Pentchev
On Sat, Mar 24, 2001 at 10:52:54AM -0700, Dave Murray wrote: > I have trouble with sending messages, intermittently with another > list. I use sendmail and my ISP's SMTP. Mutt shows me sending, a > copy ends up in record, that's the end of my knowledge. I know that > this is the mutt list but pe

send problems

2001-03-24 Thread Dave Murray
I have trouble with sending messages, intermittently with another list. I use sendmail and my ISP's SMTP. Mutt shows me sending, a copy ends up in record, that's the end of my knowledge. I know that this is the mutt list but perhaps someone here could help. Does sendmail keep a log file? It wo

Re: vim and mutt question

2001-03-24 Thread David Champion
On 2001.03.24, in <[EMAIL PROTECTED]>, "Timothy Legant" <[EMAIL PROTECTED]> wrote: > > You might not always want to move down 6 lines. Perhaps in the future > you will add a new header (using my_hdr) to certain messages. You might > want to consider the following instead: > > set editor="

Re: next Mutt release?

2001-03-24 Thread Roel Vanhout
On Sat, Mar 24, 2001 at 12:09:08AM +0100, Sven Guckes wrote: > * 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 peopl

Re: next Mutt release?

2001-03-24 Thread Roel Vanhout
On Sat, Mar 24, 2001 at 12:09:08AM +0100, Sven Guckes wrote: > * 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 peopl

Re: vim and mutt question

2001-03-24 Thread John P. Verel
> You might not always want to move down 6 lines. Perhaps in the future > you will add a new header (using my_hdr) to certain messages. You might > want to consider the following instead: > > set editor="vim -c ':0;/^$'" > > which will search for and move to the first blank line. In an email > m

Re: compressed folders option

2001-03-24 Thread Jim Lambert
These hooks don't work in my muttrc. > open-hook \\.gz$ "gzip -cd %f > %t" > close-hook \\.gz$ "gzip -c %t > %f" > append-hook \\.gz$ "gzip -c %t >> %f" I get the following errors: Error in /home/1/j/jlambert/.muttrc, line 42: open-hook: unknown command Error in /home/1/j/jlambert/.muttrc, l

Re: vim and mutt question

2001-03-24 Thread Peter Pentchev
And btw, mail to the [EMAIL PROTECTED] address bounces. G'luck, Peter -- I am the thought you are now thinking. On Sat, Mar 24, 2001 at 01:47:25PM +0200, Peter Pentchev wrote: > On Sat, Mar 24, 2001 at 01:06:22AM -0800, Jason Helfman wrote: > > I'd like to use this setting, too, but right now

Re: vim and mutt question

2001-03-24 Thread Peter Pentchev
On Sat, Mar 24, 2001 at 01:06:22AM -0800, Jason Helfman wrote: > I'd like to use this setting, too, but right now I have: > > set editor="vim -c 'set tw=72 et'" > > Can I incorporate this into it?? > > set editor="vim -c ':0;/^$'" >From the vim manpage: -c {command}

Re: vim and mutt question

2001-03-24 Thread Jason Helfman
I'd like to use this setting, too, but right now I have: set editor="vim -c 'set tw=72 et'" Can I incorporate this into it?? set editor="vim -c ':0;/^$'" On Sat, Mar 24, 2001 at 02:31:29AM -0600, Timothy Legant muttered: | On Sat, Mar 24, 2001 at 09:59:45AM +0200, Peter Pentchev wrote: | > On

Re: vim and mutt question

2001-03-24 Thread Gary Johnson
On Sat, Mar 24, 2001 at 07:35:12AM +, Viktor Lakics wrote: > 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 fig

Re: vim and mutt question

2001-03-24 Thread Peter Pentchev
On Sat, Mar 24, 2001 at 02:31:29AM -0600, Timothy Legant wrote: > On Sat, Mar 24, 2001 at 09:59:45AM +0200, Peter Pentchev wrote: > > 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 > > > c

Re: vim and mutt question

2001-03-24 Thread Timothy Legant
On Sat, Mar 24, 2001 at 09:59:45AM +0200, Peter Pentchev wrote: > 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