Re: bounce and delivered-to line

1999-08-20 Thread Thomas Roessler
Try the attached patch. I'll also put it into stable. Index: copy.c === RCS file: /home/roessler/cvsroot/mutt/copy.c,v retrieving revision 2.4 diff -u -u -r2.4 copy.c --- copy.c 1999/02/02 15:47:51 2.4 +++ copy.c

Re: Suggestion Re: Threads

1999-08-20 Thread Jeremy Blosser
Fairlight [[EMAIL PROTECTED]] wrote: I'm rather a bit used to slrn, I guess, but I noticed after going through the help screen 5 times that you can collapse a thread, or collapse ALL threads, but there is no "expand-all-threads" or "expand-thread" short of collapse-all and collapse-thread are

Re: Suggestion Re: Threads

1999-08-20 Thread Fairlight
On Fri, Aug 20, 1999 at 03:56:16AM -0500, Jeremy Blosser wrote: Fairlight [[EMAIL PROTECTED]] wrote: I'm rather a bit used to slrn, I guess, but I noticed after going through the help screen 5 times that you can collapse a thread, or collapse ALL threads, but there is no

Re: Suggestion Re: Threads

1999-08-20 Thread Jeremy Blosser
Fairlight [[EMAIL PROTECTED]] wrote: On Fri, Aug 20, 1999 at 03:56:16AM -0500, Jeremy Blosser wrote: collapse-all and collapse-thread are actually toggles -- the names are sort of misnomers. You know, after I sent that, I wondered if, like slrn, they might be toggles, but didn't have any

Re: Suggestion Re: Threads

1999-08-20 Thread Jeremy Blosser
Jeremy Blosser [[EMAIL PROTECTED]] wrote: You can use %M in the index_format to show the number of messages in a collpased thread. You can use something like %?M?+ to get just a + sign in your index listing for collapsed threads. See the help for index_format for more info. That

Re: Suggestion Re: Threads

1999-08-20 Thread Jeremy Blosser
Fairlight [[EMAIL PROTECTED]] wrote: On Fri, Aug 20, 1999 at 05:09:51AM -0500, Jeremy Blosser wrote: Jeremy Blosser [[EMAIL PROTECTED]] wrote: You can use %M in the index_format to show the number of messages in a collpased thread. You can use something like %?M?+ to get just a +

Re: Suggestion Re: Threads

1999-08-20 Thread Fairlight
On Fri, Aug 20, 1999 at 05:33:15AM -0500, Jeremy Blosser wrote: ARGH. It really should have been %?M?+ ? % starts the sequence ? starts the 'if' M is the regular % token to use for the condition ? prefaces the non-zero part + is what to print if the condition (%M) is non-zero prefaces

e-mail daemon timezones

1999-08-20 Thread Jeffrey L. Taylor
How do I tell qmail (or maybe it's fetchmail) what time zone I am in? My hardware clock is on UTC (clock -au is run a boot time). The date command reports the correct time zone. This is on my laptop, so UTC seems the best choice for the hardware clock. My ISP is in Texas (CDT). Some part of

Re: e-mail daemon timezones

1999-08-20 Thread Lindsay Haisley
Thus spake Jeffrey L. Taylor on Thu, Aug 19, 1999 at 07:50:40PM CDT How do I tell qmail (or maybe it's fetchmail) what time zone I am in? My hardware clock is on UTC (clock -au is run a boot time). The date command reports the correct time zone. This is on my laptop, so UTC seems the best

Re: set from=addy ?

1999-08-20 Thread Ralf Hildebrandt
On Thu, Aug 19, 1999 at 08:37:18PM -0500, [EMAIL PROTECTED] wrote: Hello, How do I set a certain 'from' address? I seen set from="addy" example in one of .muttrc's on mutt.org but when I put that in, mutt complains about this option even though I installed the latest mutt.. what's up with

Re: bounce and delivered-to line

1999-08-20 Thread Vincent Lefevre
On Fri, Aug 20, 1999 at 04:40:40 +0300, Mikko Hänninen wrote: I'm not sure what is the "right way" to solve your problem. Both mutt and qmail are working as they have been designed to do. You might want to ask for suggestions on the qmail list, as this is more of a qmail than mutt problem

Re: feature patches

1999-08-20 Thread David Thorburn-Gundlach
...and then Ken W said... % % Will you be making these patches available? I was curious was % patch-0.95.3.hb.save_alias.1 is. I have whipped up a quick little page containing all of the patches I use, as well as a pre-patched version of mutt. It is

Colouring of email addresses in headers

1999-08-20 Thread Alisdair McDiarmid
I use vim and mutt together (as it should be :) and I'm trying to configure them to both have the same syntax colouring display. I like vim's standard colours for email mode - yellow for all headers except email addresses and the Subject header, which are blue. However, if I use: color header

Re: Colouring of email addresses in headers

1999-08-20 Thread Fairlight
On Fri, Aug 20, 1999 at 12:33:37AM +0100, Alisdair McDiarmid wrote: I use vim and mutt together (as it should be :) and I'm trying to configure them to both have the same syntax colouring display. I like vim's standard colours for email mode - yellow for all headers except email addresses

[0.95.7i bug] reply

1999-08-20 Thread Vincent Lefevre
When I do a reply with Mutt 0.95.7i, if the subject starts with "Re: t", the "t" is removed from the subject. -- Vincent Lefèvre [EMAIL PROTECTED] - PhD student in Computer Science Web: http://www.vinc17.org/ or http://www.ens-lyon.fr/~vlefevre/ - 100% validated HTML - Acorn Risc PC, Yellow Pig

Opinions on a mail filter?

1999-08-20 Thread Mark E. Drummond
I have the following setup. Currently my mail is spooled on my mail hub and I access it using IMAP. I am running qmail locally with delivery to my ~/Maildir/. If I turn on mail fowarding on my mailhub to send mail to my local machine (which is the goal here) all my mail gets stuck in ~/Maildir/.

Re: [0.95.7i bug] reply

1999-08-20 Thread Vincent Lefevre
On Fri, Aug 20, 1999 at 17:09:14 +0200, Vincent Lefevre wrote: When I do a reply with Mutt 0.95.7i, if the subject starts with "Re: t", the "t" is removed from the subject. Finally no, this seems to be due to a change in Mutt's parser in recent versions (there was no problem in Mutt 0.93).

Re: [0.95.7i bug] reply

1999-08-20 Thread Fairlight
On Fri, Aug 20, 1999 at 05:09:14PM +0200, Vincent Lefevre wrote: When I do a reply with Mutt 0.95.7i, if the subject starts with "Re: t", the "t" is removed from the subject. Out of curiosity, have you tried a test condition to yourself that meets those criterion and checked the actual headers

saving portions of a digest to a file?

1999-08-20 Thread Ken W
In the mutt pager, sometimes when reading a digest I would like to save one message from it to a file. Is there any easy way to do this? Thanks. -Ken -- [EMAIL PROTECTED]AIM: ScopusFest

Re: Opinions on a mail filter?

1999-08-20 Thread Fairlight
On Fri, Aug 20, 1999 at 11:10:38AM -0400, Mark E. Drummond wrote: I would like to change my setup a bit so that I have say ~/Mail/ which would contain Maildir style mailboxes under it like so: ~/Mail/inbox ~/Mail/mutt ~/Mail/qmail So everything is set up except for the

Re: saving portions of a digest to a file?

1999-08-20 Thread Sven Guckes
* Ken W ([EMAIL PROTECTED]) [990820 15:48]: In the mutt pager, sometimes when reading a digest I would like to save one message from it to a file. Is there any easy way to do this? Mutt does not have support for splitting digests and handling messages within. I might be missing a patch,

Re: Colouring of email addresses in headers

1999-08-20 Thread Sven Guckes
* Alisdair McDiarmid ([EMAIL PROTECTED]) [990820 13:40]: I use vim and mutt together (as it should be :) and I'm trying to configure them to both have the same syntax colouring display. [...] color header brightblue black [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ in my muttrc file, the whole

Re: Opinions on a mail filter?

1999-08-20 Thread David Thorburn-Gundlach
Mar Mark -- ...and then Fairlight said... % On Fri, Aug 20, 1999 at 11:10:38AM -0400, Mark E. Drummond wrote: % I would like to change my setup a bit so that I have say ~/Mail/ which % would contain Maildir style mailboxes under it like so: % ~/Mail/inbox % ~/Mail/mutt %

Re: Colouring of email addresses in headers

1999-08-20 Thread Stephane ENTEN
On Fri, Aug 20, 1999 at 05:13:04PM +0200, Sven Guckes wrote: * Alisdair McDiarmid ([EMAIL PROTECTED]) [990820 13:40]: I use vim and mutt together (as it should be :) and I'm trying to configure them to both have the same syntax colouring display. [...] color header brightblue black

Re: Opinions on a mail filter?

1999-08-20 Thread Fairlight
If I were going to do this, I'd probably put the $$ at the end so that it would sort well :-) But you don't even have to do that much... Point taken...although I figured that mutt would sort by headers, not filename... Instead, just tell procmail to put it there; use a destination folder

Re: Colouring of email addresses in headers

1999-08-20 Thread Fairlight
About that, I'd like to know if someone has a way to colorize the whole line with a background. Sounds like the ncurses way of doing things. :( I tried colours with a chat client once, and it performed the same way. The answer turned out to be having to draw the entire region with spaces in

sent-items: To: default?

1999-08-20 Thread Attila Csosz
How could I see the To: field instead of From: field in my sent-items folder? Thanks Attila -- --- - Debian 2.1 Linux / 2.2.9 / qmail - - Mail: [EMAIL PROTECTED]-

Re: saving portions of a digest to a file? - pipe to vim

1999-08-20 Thread Ken W
On Fri, Aug 20, 1999, Sven Guckes wrote: Overkill! Just pipe the message to "vim -" and select the text visually (eg the current paragraph with "vip") and then ":w snippet". Then exit with ":q". Much quicker, I think. :-) Okay, that will work. :) Thanks, Sven! -Ken -- [EMAIL

Re: color definitions using the current color

1999-08-20 Thread Sven Guckes
* Stephane ENTEN ([EMAIL PROTECTED]) [990820 16:31]: Mutt's "color header" colorizes complete lines only. :-/ About that, I'd like to know if someone has a way to colorize the whole line with a background. That reminds me: Coloring addresses in quoted text do have the background color of

Re: urlview patch

1999-08-20 Thread Pete Toscano
On Fri, 20 Aug 1999, Brian Salter-Duke wrote: On Thu, Aug 19, 1999 at 09:57:20AM -0400, Pete Toscano wrote: in order to get it to play nicely with ncftp. it seems that, since i have ncftp on my machine, url_view prefers to use (and i do too for that matter) ncftp. well -- at least

Re: sent-items: To: default?

1999-08-20 Thread David Thorburn-Gundlach
Atilla -- ...and then Attila Csosz said... % % How could I see the To: field instead of From: field in my sent-items folder? See section 6.3.58 of the manualfor more details, but you probably want something like %a (address) or %F (author name) or %n (author's real name) or %u (user name) in

Re: sent-items: To: default?

1999-08-20 Thread Ken W
This reminds me of a question I hd posted to the list but never got a response to. I wanted to do this in the Postponed menu, the one you get when hitting 'P' (at least that is what I have it mapped to) and you have more than one postponed message. Anyone? -Ken -- [EMAIL PROTECTED]

building 0.97i on Solaris 2.6

1999-08-20 Thread David Thorburn-Gundlach
Hi, folks -- I'm trying ot build 0.97i on my Solaris 2.6 box. I found that I had to go and get ncurses, so I did that. Now make reports a problem with getopts: ... gcc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\" -DHAVE_CONFIG_H=1 -I. -I/usr/local/include

using LDAP

1999-08-20 Thread Dale Harris
I've got the LDAP stuff working, I believe. I'm able to use Q to query for for e-mail addresses. That works great to just find someone and send them a note. But something that would be nice (especially when I'm feeling lazy and don't want to use X's string copying capability), is if we could

Re: using LDAP

1999-08-20 Thread Holger Eitzenberger
On Fri, Aug 20, 1999 at 01:32:09PM -0600, Dale Harris wrote: I've got the LDAP stuff working, I believe. I'm able to use Q to query for for e-mail addresses. That works great to just find someone and send them a note. But something that would be nice (especially when I'm feeling lazy and

Re: showing recipients in postponed folder - index_format %F

1999-08-20 Thread Sven Guckes
* Ken W ([EMAIL PROTECTED]) [990820 18:34]: I wanted to do this in the Postponed menu, the one you get when hitting 'P' (at least that is what I have it mapped to) and you have more than one postponed message. Anyone? Use the field "%F" for this in your index_format. Example:

Re: using LDAP

1999-08-20 Thread Dale Harris
On Fri, Aug 20, 1999 at 09:48:18PM +0200, Holger Eitzenberger elucidated: In the long run mutt should get some LDAP support. I am doing some LDAP right now (server stuff and some client programming {perl, c}) and i like the generic interface to lots and lots of directories. But...

Re: showing recipients in postponed folder - index_format %F

1999-08-20 Thread Ken W
folder-hook postponed 'set hdr_format=" %3C %[%b %d] %-20.20t (%3l) %s"' I have the same for sent and it works, but postponed kept my default. Oh, I should mention this: =postponed display the format above. As I said initially, it is the postponed menu that comes up when I recall the

Re: using LDAP

1999-08-20 Thread Brendan Cully
- Original Message - From: Dale Harris [EMAIL PROTECTED] To: Holger Eitzenberger [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, August 20, 1999 4:06 PM Subject: Re: using LDAP It would seem the decision on feature bloat was left a long, long time ago. Colors for example, if

Re: using LDAP

1999-08-20 Thread Holger Eitzenberger
On Fri, Aug 20, 1999 at 02:06:25PM -0600, Dale Harris wrote: It would seem the decision on feature bloat was left a long, long time ago. Colors for example, if that ain't feature bloat, then I don't what is. So I don't see how more could hurt. Face it if you have two different commands

Re: [0.95.7i bug] reply

1999-08-20 Thread David DeSimone
Vincent Lefevre [EMAIL PROTECTED] wrote: set reply_regexp='^[Rr][Ee]:[ \t]+' changed to set reply_regexp="^[Rr][Ee]:[ \t]+" Yep, in the first case, the single-quotes prevent the "\t" from being translated to a "tab" character, so the regexp is evaluated as if it had a literal 't' character

Re: using LDAP

1999-08-20 Thread Dale Harris
On Fri, Aug 20, 1999 at 04:59:59PM -0400, Brendan Cully elucidated: IMAP and POP don't have much in common beyond being related to mail and networking. From Mutt's point of view, IMAP is a mailbox type. So 'G' doesn't make any sense for IMAP. If you want mail fetched into your spool, use POP.

0.97.7i Possible mailboxes bug?

1999-08-20 Thread Fairlight
Hullo... I've been wondering about something... In my .muttrc, I have about 8 mailboxes lines (lots of procmailing). The first is this: mailboxes ! ~/folders/fc.mail.info ~/folders/fc.mail.fairlite When I do the TAB thing in changing folders, my spool mailbox shows up, etc. When I'm

Re: Colouring of email addresses in headers

1999-08-20 Thread Liviu Daia
On 20 August 1999, Fairlight [EMAIL PROTECTED] wrote: About that, I'd like to know if someone has a way to colorize the whole line with a background. Sounds like the ncurses way of doing things. :( I tried colours with a chat client once, and it performed the same way. The answer turned

Backslashes in regexp (was: [0.95.7i bug] reply)

1999-08-20 Thread Vincent Lefevre
On Fri, Aug 20, 1999 at 16:13:54 -0500, David DeSimone wrote: A warning here, since you are using "double quotes", that means that any magic regexp characters that need quoting will require double-backslashes, since Mutt is also parsing and removing them. For instance, a "\." character would

Re: using LDAP

1999-08-20 Thread Dale Harris
On Fri, Aug 20, 1999 at 10:52:47PM -0700, Brandon Long elucidated: If you look in the Functions section of the manual, under 'editor' you see: complete-query^T complete address with query That's control-T. Brandon cool, I figured there was a command. Yet another case of