Re: sort threads

2002-07-04 Thread Nicolas Rachinsky
* Deb [EMAIL PROTECTED] [2002-07-03 22:37 -0700]: * Oliver Fuchs [EMAIL PROTECTED] [2002-07-04 06:15:38 +0200]: set sort=subject set sort=threads# sorting the mails in threads set sort_aux=date # sorting the threads ... that works for me Nope, didn't work. Must be

Re: MUTT AND NNTP

2002-07-04 Thread Rocco Rutte
Hi, * Doug Lawlor [02-07-02 17:16:16 +0200] wrote: Hello, Justed downloaded mutt 1.4 and am interested in patching in NNTP support. which is the best NNTP patch to use? I understand that more than one exists. Well, it depends on you and what you like. I personally use 'vvv.nntp' and

Re: Minor annoyance with fcc-save-hooks

2002-07-04 Thread Rocco Rutte
Hi, * Lars Becker [02-07-02 19:21:12 +0200] wrote: I know it's possible to reach my goal if i use save-hooks and fcc-hooks instead of fcc-save-hooks. The disadvantage of this is clear: i (and any other mutt user) will have to set two hooks for every correspondent. With some 50+

[PATCH] crude support for Maildir++ folders in mutt

2002-07-04 Thread Marc Boucher
Hi, The patch below is a quick dirty hack to make mutt handle Maildir++ (see http://www.inter7.com/courierimap/README.maildirquota.html). folders and emulated sub-folders (with '.' as hierarchy separator). It was generated against the latest mutt-1.5.x development (unstable) CVS tree. Here are

displaying folder name in xterm title

2002-07-04 Thread Martin Man
hi mutters, is there a way to change xterm's title according to the folder currently opened in a mutt so that it updates correctly whenever the folder inside of mutt is changed? probably some folder-hook magic that can execute shell commands and issue appropriate echo with escape sequences and

[PATCH] crude support for Maildir++ folders in mutt

2002-07-04 Thread Marc Boucher
Hi, The patch below is a quick dirty hack to make mutt handle Maildir++ (see http://www.inter7.com/courierimap/README.maildirquota.html). folders and emulated sub-folders (with '.' as hierarchy separator). It was generated against the latest mutt-1.5.x development (unstable) CVS tree. Here are

Re: displaying folder name in xterm title

2002-07-04 Thread Aragon Gouveia
Hi, There must be a way. It should just be a matter of sending the right escape sequence to the terminal. You can probably do this in the status_format. I think the escape sequences are as follows: \033]0;whatever you want in the title\007 There are also escape sequences for the window name

Re: displaying folder name in xterm title

2002-07-04 Thread Thomas Dickey
On Thu, Jul 04, 2002 at 04:17:13PM +0200, Aragon Gouveia wrote: Hi, There must be a way. It should just be a matter of sending the right escape sequence to the terminal. You can probably do this in the status_format. The question's come up a few times - I don't recall the answer, myself. It

Re: MUTT AND NNTP

2002-07-04 Thread Doug Lawlor
I have the vvv.nntp patched in here. It's quite nice. Thanks for the documentation. Doug -- Doug Lawlor [EMAIL PROTECTED]

Re: sort threads

2002-07-04 Thread Deb
* Nicolas Rachinsky [EMAIL PROTECTED] [2002-07-04 09:16:25 +0200]: Do you have any hooks which change $sort? What's the output of :set ?sort\n? Ah, found it... I was sourcing a file that escaped me on the first 2 go-throughs, and resetting sort to date-sent. Whew! Thanks for the help, deb

Re: displaying folder name in xterm title

2002-07-04 Thread Dan Boger
On Thu, Jul 04, 2002 at 03:36:20PM +0200, Martin Man wrote: is there a way to change xterm's title according to the folder currently opened in a mutt so that it updates correctly whenever the folder inside of mutt is changed? yup - look at the xtitle patch, linked from the mutt.org patches

Re: [PATCH] crude support for Maildir++ folders in mutt

2002-07-04 Thread Will Yardley
Marc Boucher wrote: The patch below is a quick dirty hack to make mutt handle Maildir++ (see http://www.inter7.com/courierimap/README.maildirquota.html). folders and emulated sub-folders (with '.' as hierarchy separator). It was generated against the latest mutt-1.5.x development

Re: [PATCH] crude support for Maildir++ folders in mutt

2002-07-04 Thread Marc Boucher
On Thu, Jul 04, 2002 at 10:50:59AM -0700, Will Yardley wrote: Marc Boucher wrote: The patch below is a quick dirty hack to make mutt handle Maildir++ (see http://www.inter7.com/courierimap/README.maildirquota.html). folders and emulated sub-folders (with '.' as hierarchy separator).

Re: [PATCH] crude support for Maildir++ folders in mutt

2002-07-04 Thread Will Yardley
Marc Boucher wrote: On Thu, Jul 04, 2002 at 10:50:59AM -0700, Will Yardley wrote: Marc Boucher wrote: The patch below is a quick dirty hack to make mutt handle Maildir++ (see http://www.inter7.com/courierimap/README.maildirquota.html). folders and emulated sub-folders (with '.' as

Re: [PATCH] crude support for Maildir++ folders in mutt

2002-07-04 Thread Marc Boucher
On Thu, Jul 04, 2002 at 11:05:25AM -0700, Will Yardley wrote: Marc Boucher wrote: On Thu, Jul 04, 2002 at 10:50:59AM -0700, Will Yardley wrote: Marc Boucher wrote: The patch below is a quick dirty hack to make mutt handle Maildir++ (see

mutt error

2002-07-04 Thread Fisayo Adeleke
Hi all, I'm probably the newest member here ... anyway, i got a problem! When i try to send mails using mutt, i get the following error messages Error sending message, child exited 127 (Exec error.). How can i get around this and enable my mutt to send mails. It reads mails fine from my

Re: mutt error

2002-07-04 Thread Lee J. Moore
On Thu, 04 Jul 2002, Fisayo Adeleke wrote: Hi all, I'm probably the newest member here ... anyway, i got a problem! When i try to send mails using mutt, i get the following error messages Error sending message, child exited 127 (Exec error.). When you asked this the other day, I told

Re: sort threads

2002-07-04 Thread Raoul Bönisch
On Thu, Jul 04, 2002 at 06:15:38AM +0200, Oliver Fuchs wrote: On Wed, 03 Jul 2002, Deb wrote: But when I use mutt to read email, messages are not sorted by threads by default. I have to go to options (o) and then sort by threads (t), which then gives me the display that I want. Hi,