mark_old behaviour in mutt 1.1.9

2000-03-18 Thread Shao Zhang
Hi, I just noticed that mark_old works a little bit different in mutt 1.1.9. Maybe there is now a new feature that I am missing. I have unset mark_old in mutt 1.1.9. Now when new message arrives, when I open up mutt, and then close it without reading, next

Count mails

2000-03-18 Thread Dirk Huebner
Hi all, this is no mutt-specific question, but I'm sure so can give me a hint here. I would like to examine my existing mail and create a statistic about "mails from user per day" For example: Search for "dirk.g.huebner" in ~/Mail/lists/xxx and create the following output. Day Tot

Re: Random Signature

2000-03-18 Thread Daniel Gerber
On Wed, Mar 15, 2000 at 11:04:09AM -0500, Rob Reid wrote: > Can you tell the list exactly where in the manual you found the bit about > #define ENABLE_RANDOM_SIG? That feature, if it was ever really there, was > removed years ago and the the manual should have been fixed years ago too. > > Than

mutt and xterm title bars

2000-03-18 Thread Daniel Burrows
Hello. I'd like mutt to output the appropriate escape sequences to display various things in my xterm title bar. (eg, "mutt: ") Unfortunately, when I tried the obvious thing -- embedding escapes into the status format string -- I got the string representations of the escapes; eg, "^]]2;Mutt:

Re: Count mails

2000-03-18 Thread Stefan `Sec` Zehl
On Sat, Mar 18, 2000 at 11:33:34AM +0100, Dirk Huebner wrote: > Hi all, > > this is no mutt-specific question, but I'm sure so can give me a > hint here. > > I would like to examine my existing mail and create a statistic > about "mails from user per day" > > For example: Search for "dirk.g.h

Re: Count mails

2000-03-18 Thread Jens Tautenhahn
On Sam, 18 Mär 2000, Stefan `Sec` Zehl wrote: > #!/usr/local/bin/perl -n > > BEGIN{ > use Date::Parse; > use POSIX; use MIME::QuotedPrint; > }; > > chomp; > > if ($hdr){ > /^Date:\s+(.*)/ && do {$date=$1;}; > /^From:\s+(.*)/ && do {$from=$1;}; > /^$/ && do{$hdr=0;$H

Re: Count mails

2000-03-18 Thread Stefan `Sec` Zehl
On Sat, Mar 18, 2000 at 05:39:26PM +0100, Jens Tautenhahn wrote: [...] > to decode email-adresses like > "Harry =?iso-8859-1?Q?R=FCter?= <[EMAIL PROTECTED]>" I've added a 'total' output at the end, lowercasing of the Adresses, and an optional command line parameter to output only matching adress

Re: Pleasr try: pgp6.rc.

2000-03-18 Thread Alex Lane
* On Tue, Mar 14, 2000 at 08:17:24AM +0100, Thomas Roessler wrote: > Could someone please verify whether or not the attached > pgp6.rc works? (Replace pgp6 by pgp!) > It appears to allow (at least) decryption of signed messages, but what is: > # fetch keys > set pgp_getkeys_command="pkspxycwra

Re: hooks and $folder

2000-03-18 Thread David Ellement
On 000317, at 20:08:03, David T-G wrote: > I have > > send-hook . 'set folder="~/Mail"' > > and then > > send-hook 'long|but|definite|regexp' 'set folder="~/Mail/subdir"' > > and it works like a charm; ... > > Well, sort of. If I want to save some other email that doesn't belong in > ~/M

Gnupg Signing

2000-03-18 Thread Jason Helfman
As I understand it, in order for me to communicate with someone with pgp, send them encrypted data, I would need to sign with their public key and then they would decrypt it with their private key. When I try to sign as someone else, all I get is a beep Do I need to specify a working director