PATCH Re: pgp subprocess (was Re: switch from maildir format back to mbox)

2001-10-25 Thread Thomas Roessler
On 2001-10-24 21:45:02 -0400, Daniel Eisenbud wrote: Regardless of why mutt couldn't create a PGP subprocess (in this case, as it turns out, because PGP isn't installed) it is arguably a bug that it doesn't display the message body in the pager. Clearly it should show a big message at the top

Re: IMAP/SSL

2001-10-25 Thread Justin R. Miller
Thus spake Ralf Hildebrandt ([EMAIL PROTECTED]): While opening an IMAP/SSL Mailbox works just fine after I accept (on)nce the certificate of the IMAP server, I'd still like to know how I can make mutt accept this certificate until it expires (Netscape-speak). You need to both set a

Re: OT Procmail rule not working.

2001-10-25 Thread Matthew D. Fuller
On Wed, Oct 24, 2001 at 07:13:57PM -0700 I heard the voice of Will Yardley, and lo! it spake thus: i use: #mutt :0 * ^Return-Path:.*mutt-users-owner.*@mutt\.org lists:mutt/ FWIW, I'd venture you'd be better off using the Sender: header. I moved over to maildrop for filtering a while

Re: Console mail notifiers/displayers

2001-10-25 Thread David T-G
Collin -- ...and then Collin Peters said... % Are there any out there? I can't find any on freshmeat. What I'm % looking for is something that will display all my mailboxes (or groups % of them) with a new/total display. I have gkrellm setup with the % mailboxes plugin in X but I would like

Mutt's return value

2001-10-25 Thread KOROBOV, OLEG X. \(AIT\)
Hi, I didn't find the answer on this question anywhere... I'm running mutt from a shell script and need to investigate a return value. It looks like mutt is always returning 0. For example, echo hi! | mutt -s hello -a $ATTACHMENT [EMAIL PROTECTED] 21 1$OUTFILE $?=0. No errors will be

Re: IMAP/SSL

2001-10-25 Thread Drew Raines
* Justin R. Miller [EMAIL PROTECTED]: You need to both set a certificates files in your .muttrc (I think the variable is called certificates) and you need to touch that file so that it exists. Actually, it's certificate_file. Regardless, I tried both, and got: Error in

list wierdness and muttrc builder

2001-10-25 Thread Carl B . Constantine
For some reason I was unsubed from this list without warning. Anyone know why that would be? Anyway, according to http://mutt.netliberte.org, the muttrc builder code is under the GPL. I thought at one point, he had a link to download the code but that seems to have vanished. does anyone have an

Re: IMAP/SSL

2001-10-25 Thread Ralf Hildebrandt
On Thu, Oct 25, 2001 at 09:31:42AM -0500, Drew Raines wrote: You need to both set a certificates files in your .muttrc (I think the variable is called certificates) and you need to touch that file so that it exists. Actually, it's certificate_file. Regardless, I tried both, and got:

mutt's return value

2001-10-25 Thread KOROBOV, OLEG X. \(AIT\)
Hi, I didn't find the answer on this question anywhere... I'm running mutt from a shell script and need to investigate a return value. It looks like mutt is always returning 0. For example, echo hi! | mutt -s hello -a $ATTACHMENT [EMAIL PROTECTED] 21 1$OUTFILE $?=0. No errors will be

NNTP support

2001-10-25 Thread Ryan Allen
I'm trying to patch mutt so I can read/subscribe/delete news groups and messages from within. I got the latest mutt: 1.2.23, it compiles just fine. I looked at a few nntp patches, and the one that seemed to be the most complete was at: http://mutt.kiev.ua/download/mutt-1.3.23/ And I

Re: OT Procmail rule not working.

2001-10-25 Thread Carl B . Constantine
* John P. Verel ([EMAIL PROTECTED]) wrote: Questions: Does your $HOME/Mail directory exist? What's the PMDIR and INCLUDERC environmental variables for? I'm running procmail-3.21-0.71, and have either of them. They are based on the Procmail Quickstart page:

Re: IMAP/SSL

2001-10-25 Thread Drew Raines
* Ralf Hildebrandt [EMAIL PROTECTED]: Dunno. Works for me (the original poster) Ah... I hadn't compiled with SSL when I upgraded to 1.3.23. It works now. -- Drew

Re: Wrapping Text

2001-10-25 Thread Michael Montagne
Thanks, I tried that and it only controls the display. Printing is unaffected. On Wed, Oct 24, 2001 at 10:43:44PM -0400, John P. Verel wrote: You may want to have a look at smart_wrap, item 6.3.182 in the manual (F1). John On 10/24/01, 05:51:13PM -0700, Michael Montagne wrote: When

Re: Console mail notifiers/displayers

2001-10-25 Thread Daniel Eisenbud
As far as GUI programs go, xbuffy is great (and doesn't have a problem with unread messages that aren't new.) It surely wouldn't be too hard to write a curses or even simply text front end to its mailbox code (which is the hard part.) Note that I'm not volunteering to do this, though. -Daniel

mbox files not showing new mail

2001-10-25 Thread Carl B . Constantine
I've changed my procmail rule to match mutt-users specifically for now. I think my problem has to do with the version of procmail I'm running (3.11pre3) and sed. At any rate, it's now working with this rule: :0: * ^Sender: [EMAIL PROTECTED] lists/mutt-users However, mutt is not showing the 'N'

Directory browsing

2001-10-25 Thread Tim Bonnell
I have configured Mutt to access several IMAP accounts, and can easily change between the different inboxes with c-?-TAB and hitting ENTER to select the appropriate mail box. BUT ... with IMAP, each mailbox can have a complex directory structure underneath for sorting mails. I can only see the

Re: Wrapping Text

2001-10-25 Thread Will Yardley
Michael Montagne wrote: Thanks, I tried that and it only controls the display. Printing is unaffected. ahh didn't notice that part of your message. you should probably use a formatting program to print your mail. there are some discussions of this in the archives; i use: set

Re: How to mark read messages unread?

2001-10-25 Thread Lance Simmons
On Thu, Oct 25, 2001 at 12:12:09AM -0600, Rob 'Feztaa' Park wrote: On Wed, Oct 24, 2001 at 11:42:27PM -0500, Lance Simmons (dis)graced my inbox with: Is it possible to mark a read message in a mailbox as unread, thereby keeping it from automatically being moved to another mailbox (since I've

Re: Wrapping Text

2001-10-25 Thread Michael Montagne
Yes!! Very good. But what does print_split do? It's not in my manual. On Thu, Oct 25, 2001 at 10:01:29AM -0700, Will Yardley wrote: Michael Montagne wrote: Thanks, I tried that and it only controls the display. Printing is unaffected. ahh didn't notice that part of your message.

Re: Directory browsing

2001-10-25 Thread Justin R. Miller
Thus spake Tim Bonnell ([EMAIL PROTECTED]): Is there any way that I can look at e-mails stored in imap://tim-lists@server1/INBOX/mutt You have to hit 'space' instead of 'enter' to get into an IMAP mailbox. -- Justin R. Miller [EMAIL PROTECTED] PGP/GnuPG Key ID 0xC9C40C31 (preferred) PGP

Re: Wrapping Text

2001-10-25 Thread Will Yardley
Michael Montagne wrote: Yes!! Very good. But what does print_split do? It's not in my manual. hrmm not in my man page (maybe the old man page is earlier in the path), and i don't know if it's in 1.2.5, but... (from /etc/Muttrc) set print_split=no Name: print_split Type: boolean

documentation?

2001-10-25 Thread Matt Spong
Hi all Is there any documentation for mutt 1.3.x floating around? All the docs I've found seem to be for 1.2.5... Matt -- Matt Spong || [EMAIL PROTECTED] || AIM: Spong1027 || http://www.forkbomb.net Those who desire to give up freedom in order to gain security, will not have, nor do they

Re: documentation?

2001-10-25 Thread Daniel Eisenbud
On Thu, Oct 25, 2001 at 02:14:25PM -0400, Matt Spong [EMAIL PROTECTED] wrote: Is there any documentation for mutt 1.3.x floating around? All the docs I've found seem to be for 1.2.5... The mutt 1.3.x distribution contains a manual for mutt 1.3.x. -Daniel -- Daniel E. Eisenbud [EMAIL

Re: documentation?

2001-10-25 Thread Matt Spong
The mutt 1.3.x distribution contains a manual for mutt 1.3.x. *sigh*, so it does. I looked and saw it said version 1.2.5 in manual.txt, but I guess I looked in the wrong place. Sorry. /me removes foot from mouth Matt -- Matt Spong || [EMAIL PROTECTED] || AIM: Spong1027 ||

Re: Console mail notifiers/displayers

2001-10-25 Thread Dave Price
There is always the classic - biff ... a console tool. btw - the name is reputedely from the name of a dog in the uc-berserkely dorm who used to bark whenever the mailman came by :-) aloha, dave On Thu, Oct 25, 2001 at 12:29:56PM -0400, Daniel Eisenbud wrote: As far as GUI programs go,

Re: mutt's return value

2001-10-25 Thread Mike Schiraldi
No errors will be reported even if I'll put a wrong e-mail address, like [EMAIL PROTECTED] The email system is a lot like the snail mail system -- if you drop a letter with a bad address into a mailbox, you don't find out right away. The mailbox doesn't spit it out. Email works the same way --

Changing forward intro line?

2001-10-25 Thread Steffen Evers
Hi, I don't like the default intro line when forwarding an email by quoting it: - Forwarded message from NAME ADDRESS - How can I change that? I have not found any suitable option in for muttrc. Bye, Steffen PS: I'm using Mutt 1.3.23i (2001-10-09)

Re: [Announce] mutt-1.3.23i is out (BETA).

2001-10-25 Thread dan radom
is there a 1.3.23 manual available? * Thomas Roessler ([EMAIL PROTECTED]) wrote: I've just released the next mutt beta. This version fixes a bunch of bugs found during the last weeks. Some of the more interesting changes, in no particular order:

Re: OT Procmail rule not working.

2001-10-25 Thread Andrew Brown
I have a procmail rule to move list mail to a folder. But it's not working correctly according to my procmail logs. Here's the procmail script: PATH=/public/bin:/local/bin:/usr/bin:/bin SHELL=/public/bin/tcsh VERBOSE=on LOGABSTRACT=all MAILDIR=$HOME/Mail PMDIR=$HOME/Procmail

send-hooks don't work

2001-10-25 Thread Manuel Hendel
Hallo, I'm using mutt 1.3.x. I use send-hooks to define the my_hdr From:, my_hdr Organisation: and the signature. If write the muttrc file and start mutt, everything works fine, but after a while, mutt gets confused and brings wrong Organisation or wron signatures. Where's the problem. muttrc:

Re: Console mail notifiers/displayers

2001-10-25 Thread Rob 'Feztaa' Park
On Thu, Oct 25, 2001 at 10:21:30AM -0400, David T-G (dis)graced my inbox with: Note that I have found, from recent discussion, that gkrellm (and perhaps other new mail programs) improperly handle new and old-but-unread messages (which many folks might consider new, though mutt correctly

Re: How to mark read messages unread?

2001-10-25 Thread Rob 'Feztaa' Park
On Thu, Oct 25, 2001 at 12:26:23PM -0500, Lance Simmons (dis)graced my inbox with: On Thu, Oct 25, 2001 at 12:12:09AM -0600, Rob 'Feztaa' Park wrote: On Wed, Oct 24, 2001 at 11:42:27PM -0500, Lance Simmons (dis)graced my inbox with: Is it possible to mark a read message in a mailbox as

Re: Console mail notifiers/displayers

2001-10-25 Thread David Champion
On 2001.10.25, in [EMAIL PROTECTED], Rob 'Feztaa' Park [EMAIL PROTECTED] wrote: On Thu, Oct 25, 2001 at 10:21:30AM -0400, David T-G (dis)graced my inbox with: Note that I have found, from recent discussion, that gkrellm (and perhaps other new mail programs) improperly handle new and

Re: Console mail notifiers/displayers

2001-10-25 Thread Benjamin Reed
David Champion [[EMAIL PROTECTED]] wrote: Except when it's synonymous with oh, heck, I don't want to deal with this now. That's when I want something to be old instead of new or read, and to stay old between instances of mutt -- but for unread messages to stay unread, without becoming

coloring the indicator

2001-10-25 Thread Ricardo SIGNES
YACQ: I'd really like to colorize my indicator. I no longer use %Z in my index_format, and use index coloring to pass along the flag-info I care about. Unfortunately, that means that I can't tell what's up with the message currently under the indicator. Any hints on using patterns to hilight

Re: Console mail notifiers/displayers

2001-10-25 Thread Rob 'Feztaa' Park
On Thu, Oct 25, 2001 at 06:28:44PM -0500, David Champion (dis)graced my inbox with: On 2001.10.25, in [EMAIL PROTECTED], Rob 'Feztaa' Park [EMAIL PROTECTED] wrote: On Thu, Oct 25, 2001 at 10:21:30AM -0400, David T-G (dis)graced my inbox with: Note that I have found, from recent

Re: send-hook and my_hdr

2001-10-25 Thread Lars Becker
On Thu, Oct 11, 2001 at 02:53:29PM +0200, Thomas Roessler wrote: See that header in this mail. That is from a send-hook. Problem is that once that hook is activated, the header ends up in all mails (like this one). How to fix? Add a hook matching all messages which unmy_hdrs the entry

Re: pgp subprocess

2001-10-25 Thread Ken Weingold
This is why I thought it odd that Suresh's PGP-signed email wouldn't show up. His is the only one like that for me. This is Ricardo's email from just today, how all of them come out: [-- PGP output follows (current time: Thu Oct 25 21:01:42 2001) --] [-- End of PGP output --] [-- The

Re: send-hook and my_hdr

2001-10-25 Thread Rob 'Feztaa' Park
On Fri, Oct 26, 2001 at 01:52:16AM +0200, Lars Becker (dis)graced my inbox with: On Thu, Oct 11, 2001 at 02:53:29PM +0200, Thomas Roessler wrote: See that header in this mail. That is from a send-hook. Problem is that once that hook is activated, the header ends up in all mails (like

Re: Wrapping Text

2001-10-25 Thread John P. Verel
Sorry, I missed the printing part as well. Here's my printing configuration: set print_command=enscript --word-wrap --margins=::: -f 'Times-Roman11'-F 'TimesRoman14' --fancy-header='enscript' -i3 This solves all the word wrap problems and makes all printouts real purdy ;) John On 10/25/01,

Re: Console mail notifiers/displayers

2001-10-25 Thread Aaron Schrab
At 18:28 -0500 25 Oct 2001, David Champion [EMAIL PROTECTED] wrote: Except when it's synonymous with oh, heck, I don't want to deal with this now. That's when I want something to be old instead of new or read, and to stay old between instances of mutt -- but for unread messages to stay

post failure ??

2001-10-25 Thread pat
What is happening when I try to mail to someone at aol? I get the following error: Reporting-MTA: dns; localhost.localdomain Arrival-Date: Fri, 26 Oct 2001 04:18:02 + (UTC) Final-Recipient: rfc822; [EMAIL PROTECTED] Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; host

Re: post failure ??

2001-10-25 Thread Suresh Ramasubramanian
pat mutt [25/10/01 23:40 -0500]: What is happening when I try to mail to someone at aol? I get the following error: Reporting-MTA: dns; localhost.localdomain Arrival-Date: Fri, 26 Oct 2001 04:18:02 + (UTC) Final-Recipient: rfc822; [EMAIL PROTECTED] Action: failed Status: 5.0.0

Re: post failure ??

2001-10-25 Thread Rob 'Feztaa' Park
On Thu, Oct 25, 2001 at 11:40:48PM -0500, pat (dis)graced my inbox with: What is happening when I try to mail to someone at aol? I get the following error: Reporting-MTA: dns; localhost.localdomain Arrival-Date: Fri, 26 Oct 2001 04:18:02 + (UTC) Final-Recipient: rfc822; [EMAIL

Re: post failure ??

2001-10-25 Thread MuttER
On Thu, Oct 25, 2001 at 11:40:48PM -0500, pat wrote: What is happening when I try to mail to someone at aol? I get the following error: Reporting-MTA: dns; localhost.localdomain Arrival-Date: Fri, 26 Oct 2001 04:18:02 + (UTC) Final-Recipient: rfc822; [EMAIL PROTECTED] Action:

Re: post failure ??

2001-10-25 Thread Rob 'Feztaa' Park
On Thu, Oct 25, 2001 at 11:54:24PM -0500, MuttER (dis)graced my inbox with: followup to my own post. I get this failure/error when posting from mutt 1.3.23i. I DO NOT get a failure when I copy the same msg to kmail's outbox and then send it (exactly the same msg). ? In that case, I

Re: limit header size

2001-10-25 Thread Gary Johnson
On Wed, Oct 24, 2001 at 09:01:17AM +0200, R . Leponce wrote: Is there a way to limit the size of CC and To field when receiving an email also sent to many users ? Not built in to mutt, but it can be done with an external script and the display_filter variable. I use the following in my