Re: Google Groups and Spam

2002-06-13 Thread Drew Raines
Rocco Rutte wrote: > > Why this? TDMA knows whitelists which means that you can > create a whitelist address for a list and subscribe with it. Indeed. Or, you can subscribe with a keyword address which only the MLM will know; list mail will shoot straight to your inbox with no whitelist to maint

verify-key not a function

2002-05-07 Thread Drew Raines
manual-6.html reads: verify-key c verify a PGP public key But when I enter: :bind pager 'V' verify-key I get verify-key: no such function in map -- Drew

Re: New groups always displayed (VVV-NNTP)

2002-04-29 Thread Drew Raines
Drew Raines wrote: > > Drew Raines wrote: > > > > How can I disable the displaying of new (not subscribed) groups every > > time I browse through my subscribed group list? > > Sigh. I missed show_new_news and show_only_unread in the manual. I retract

Re: New groups always displayed (VVV-NNTP)

2002-04-29 Thread Drew Raines
To [EMAIL PROTECTED] wrote: > > How can I disable the displaying of new (not subscribed) groups every > time I browse through my subscribed group list? Sigh. I missed show_new_news and show_only_unread in the manual. Maybe all the VVV additions should be moved to a special heading. I also miss

New groups always displayed (VVV-NNTP)

2002-04-29 Thread Drew Raines
I'm using the VVV-NNTP patch with mutt-1.3.28. How can I disable the displaying of new (not subscribed) groups every time I browse through my subscribed group list? I have to wade through the annoying lot every time I hit Shift-A. -- Drew

Re: VVV-NNTP patch send-hook

2002-03-22 Thread Drew Raines
+ David T-G <[EMAIL PROTECTED]>: > > An approach that I recall as successful was to set up a send-hook that > only triggered when there is no to: field and set the header in there, > turning it off (or changing it) otherwise if to: can match anything. I believe the suggestion was something to the

VVV-NNTP patch send-hook

2002-03-22 Thread Drew Raines
What's the equivalent of send-hook when using the NNTP patch? Is there a followup-hook? I'd like to add a header for only news postings. -- Drew

Re: howto move maildir msgs from new to cur when read?

2002-03-18 Thread Drew Raines
[EMAIL PROTECTED]: > > I want mutt to move new messages from new to cur as soon as I've opened > them in the pager. It seems that mutts default behavior is to move the > messages when I close the mailbox. Why do you need to do this? What problem are you trying to solve?

Re: Mutt 1.3.28 configure problem -- gcc 2.95/Solaris 7

2002-03-13 Thread Drew Raines
Dominik Mierzejewski <[EMAIL PROTECTED]>: > > What's in the last lines of configure.log? $ tail -15 config.log char **argv; int main() { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1231: checking how to run the C preprocessor co

Mutt 1.3.28 configure problem -- gcc 2.95/Solaris 7

2002-03-13 Thread Drew Raines
I have built the past 10 releases of Mutt with the exact compiler and configure options I'm using today. Why does it fail now? I'm still using gcc, an ANSI-compliant compiler. $ head -1 VERSION 1.3.28 $ cat CONFIGURE ./configure \ --prefix=/opt/pkgs/mutt-1.3.28 \

Re: Command parsing within my_hdr

2002-01-17 Thread Drew Raines
Michael Elkins <[EMAIL PROTECTED]>: > > Use single quotes instead. That will defer the execution until when > the hook is activated instead of when the muttrc is parsed. Indeed it does. I usually do that, but didn't know why. I had changed it when trying to determine the problem. Thanks. --

Re: Command parsing within my_hdr

2002-01-17 Thread Drew Raines
Mike Schiraldi <[EMAIL PROTECTED]>: > > > send-hook . "my_hdr Reply-To: '`/path/to/some-command`'" I think it was a problem with my regex I was using for the send-hook. All the combinations of output redirections started working. > Yeah, that should work. I've been doing that for months and ha

Re: Command parsing within my_hdr

2002-01-17 Thread Drew Raines
Mike Schiraldi <[EMAIL PROTECTED]>: > > > send-hook . "my_hdr Reply-To: '`/path/to/some-command`'" I think it was a problem with my regex I was using for the send-hook. All the combinations of output redirections started working. > Yeah, that should work. I've been doing that for months and ha

Re: Command parsing within my_hdr

2002-01-17 Thread Drew Raines
Knute <[EMAIL PROTECTED]>: > > > my_hdr Reply-To: `/path/to/some-command-output` > > It wasn't designed to execute commands, though it could trigger a > command to be done, depending on that header. Depends on how it is set > up. Actually, the above does work. It fails within a send-hook (wh

Re: Command parsing within my_hdr

2002-01-17 Thread Drew Raines
Knute <[EMAIL PROTECTED]>: > > > my_hdr Reply-To: `/path/to/some-command-output` > > It wasn't designed to execute commands, though it could trigger a > command to be done, depending on that header. Depends on how it is > set up. Actually, the above does work. It fails within a send-hook (wh

Command parsing within my_hdr

2002-01-17 Thread Drew Raines
Inserting a command within a my_hdr doesn't seem to work; should it? my_hdr Reply-To: `/path/to/some-command-output` mutt complains with ``/path/to/some-command-output: unknown command.'' -- Drew

Re: Re: /var/mail/sean is not a mailbox?

2001-11-14 Thread Drew Raines
* Sean LeBlanc <[EMAIL PROTECTED]>: > > As for injecting SMTP into my machines MTA, I dunno. Without procmail, > the data ended up in /var/mail/sean, and not hosed. I don't know if > it went via sendmail or some other MTA (I never set up sendmail, either, > btw). I doubt it was sendmail. That ex

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: 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 /home/rai

Re: my_hdr From: problems

2001-10-18 Thread Drew Raines
* Not Even My Name <[EMAIL PROTECTED]>: > > my_hdr From: Not Even My Name <[EMAIL PROTECTED]> But why can't I use the other style? Elkins uses it in the 1.2.5 documentation every time he mentions an alias or my_hdr. Technically I should be able to put whatever I want, no? It shouldn't even hav

Re: my_hdr From: problems

2001-10-18 Thread Drew Raines
* darren chamberlain <[EMAIL PROTECTED]>: > > I think you have to do: > > my_hdr From [EMAIL PROTECTED] (Not Even My Name) > > not From:. Tells me it's an invalid header field if I do that. -- Drew

my_hdr From: problems

2001-10-18 Thread Drew Raines
I fear this is something obvious, but I've tried everything I can think of in both 1.2.5 and 1.3.22.1. I can't get my_hdr From: to display anything other than Drew Raines <[EMAIL PROTECTED]> Everything else works: my_hdr Organization: my_hdr X-Some-Other-Header: ..j

Re: shell escape (!) oddity

2001-09-14 Thread Drew Raines
* Danny O'Brien <[EMAIL PROTECTED]>: > > You don't get kicked out - mutt forks a new shell. Type 'exit' or ctrl-D > to return to your previous mutt enjoyment. Ah. That would explain why one day when I was confirming this behavior, there were many, many mutt processes running :) Thanks. -- Dre

shell escape (!) oddity

2001-09-14 Thread Drew Raines
I press ! to execute a shell command, and if I press enter at the prompt instead of a command, it kicks me out of mutt without saving. If this is the desirable behavior, will someone explain why? -- Drew

Re: binding

2001-09-04 Thread Drew Raines
* Olaf Schulz <[EMAIL PROTECTED]>: > > could you check your .muttrc (and alll files sourced form there) > and your /etc/Muttrc for any ocurrences of '|' ? There's no occurrences that would related to the key-bindings. I have a couple in some regexps. > did you try to type ':bind pager '|' pipe-

binding

2001-09-04 Thread Drew Raines
For some reason, my pipe-message binding doesn't work. I checked the manual, and it's supposed to be mapped to '|' by default. If I do a '?' from the index, it is indeed listed as an unbound function. I tried manually setting it in my .muttrc with bind index '|' pipe-message b

Re: selective message deletion

2001-08-31 Thread Drew Raines
* Charles Cazabon <[EMAIL PROTECTED]>: > > Or getmail at the link in my .sig. > > Charles I'll second that motion. getmail is much more straightforward to set up, with a cleaner configuration file. It doesn't have ridiculous default options like SMTP injection instead of MDA delivery, a la fet

Re: alternates regexp

2001-08-08 Thread Drew Raines
* Drew Raines <[EMAIL PROTECTED]>: > > set alternates="[EMAIL PROTECTED]|[EMAIL PROTECTED] > > My alternates setting works fine that way. In addition, I have my '@' symbols escaped. set alternates="phineas\@only-linux.com|skwerl\@telocity -- Drew

Re: alternates regexp

2001-08-08 Thread Drew Raines
* Kyle Knack <[EMAIL PROTECTED]>: > > Apparently that doesn't work well (even with the '.' escaped), nor does: > set alternates = > "(phineas@only-linux|skwerl@telocity|skwerl@eathlink|skerl-0@home)" with > or without quotes. Try removing the parentheses: set alternates="[EMAIL PROTECTED]|[EM

Re: folder-hook problem

2001-07-17 Thread Drew Raines
* Andre Wyrwa <[EMAIL PROTECTED]>: > > Just a guess, but how about this one: > > folder-hook outbox.*$ 'set index_format="%4C %Z %{%b/%d} %-20.20F (%4c) %s"' I am a moron. Yep, that works. I've seen a hundred people do that before on this list, too. Thanks, Andre. -- Drew (banging head)

folder-hook problem

2001-07-17 Thread Drew Raines
Forgive me if this has been asked before, but what's wrong with this line in my muttrc: folder-hook outbox.*$ set index_format="%4C %Z %{%b/%d} %-20.20F (%4c) %s" It tells me that %Z is an unknown variable, and proceeds to only shows message numbers in the index once I change to an outbox* fo

Re: FCC lines header?

2001-07-16 Thread Drew Raines
* Paul Cox <[EMAIL PROTECTED]>: > > Sure... don't bother with line counts. Just change your index_format to > show the size of the message instead. Interesting. Although I like the linecount better, I think. It gives me a better picture of the length of a message at first glance. Perhaps that

FCC lines header?

2001-07-16 Thread Drew Raines
Okay, so I want to use maildirs. I can use the procmail hack to add the Lines header for incoming messages. What about outgoing messages? Can I pipe to safecat or a wrapper from a send-hook command? The manual didn't really suggest this, so I figured it's not recommended. Anybody have anothe

Re: Limiting Folder view

2001-07-11 Thread Drew Raines
* Drew Raines <[EMAIL PROTECTED]>: > > * Ailbhe Leamy <[EMAIL PROTECTED]>: > > > My only real problem with this is that I want it to display only those > > mailboxes which actually contain new mail. > > You're allowed to press it more than once. My

Re: Limiting Folder view

2001-07-11 Thread Drew Raines
* Ailbhe Leamy <[EMAIL PROTECTED]>: > > > Utilize the magical key. > > My only real problem with this is that I want it to display only those > mailboxes which actually contain new mail. You're allowed to press it more than once. -- Drew

Re: Mark as Read

2001-07-11 Thread Drew Raines
* "Carl B . Constantine" <[EMAIL PROTECTED]>: > > How can I tell mutt to mark email as read. This unsets the "new" flag. You could also tag multiple messages and <;> -- Drew

Re: Limiting Folder view

2001-07-11 Thread Drew Raines
* Benjamin Reed <[EMAIL PROTECTED]>: > > Just a suggestion, you may want to make it so that the > capitalization is always uppercase in the manual, since > in some places it's TAB and some it's tab. I saw it > referenced as "tab", so that's what I grepped for. grep -i "[ <]tab[ >]" -- Drew

Re: Limiting Folder view

2001-07-11 Thread Drew Raines
* Biju Chacko <[EMAIL PROTECTED]>: > > I would like to limit the list of mailboxes in the folder browser to those that > have new mail. Is this possible? If so, how? Utilize the magical key. -- Drew

Re: viewable headers

2001-06-25 Thread Drew Raines
* "Richard G. Ball" <[EMAIL PROTECTED]>: > > I have a number of headers that I'd like to have mutt (V1.2.5i) show (without > having to see *all* of the headers) but I can't find any way to tell mutt to > do this. Is this not available? It is available. Look in the manual for ignore and unignore

Re-read muttrc?

2001-06-13 Thread Drew Raines
Is there anyway to restart mutt or have it reread the muttrc within the program? -- Drew