Re: Tag or delete by date or age

2002-03-28 Thread Cedric Duval
That's odd, I get the same thing as Shawn: Yep, weird. Like David, I have no problem with his sig. Can you tell us your... ... $pgp_getkeys_command? pgp_getkeys_command= Whenever gpg encounters a new key, it fetches it automatically. ... make and model of crypto software? ~ %

Re: Tag or delete by date or age

2002-03-28 Thread John Buttery
* John Buttery [EMAIL PROTECTED] [2002-03-28 04:07:05 -0600]: Can you tell us your... ... $pgp_getkeys_command? ... make and model of crypto software? ... keyserver hostname? And of course it didn't occur to me to provide mine :p I'm using GPG 1.0.6 with a keyserver

Re: Tag or delete by date or age - pattern ~d

2002-03-28 Thread Mike Schiraldi
apropos: anyone have a utility to calculate the number of days between two given dates? i mean - easily? no perl script with dozens of modules, please! I'd do this, assuming you have the GNU version of date: #! /bin/sh expr \( `date -d $2 +%s` - `date -d $1 +%s` \) / 86400 This assumes

Re: Keyserver Bug (was: Re: Tag or delete by date or age)

2002-03-28 Thread Shawn McMahon
begin quoting what mike ledoux said on Thu, Mar 28, 2002 at 10:27:37AM -0500: and hand out an invalid key. This is a known problem in the keyserver code. You can get a *valid* copy of my key from: http://www.volta.dyndns.org/~mwl/pgpkey.asc Yep, worked peachy. Thanks. As stated

Tag or delete by date or age

2002-03-27 Thread Charles Gagnon
Is there a way to tag or delete by date. I use to do this a while back using mush. Since I have a lot of folders where I get reports (i.e. backup reports for example), deleting by date was an easy way to keep only the current and previous month for example. All I would need is a way to say

Re: Tag or delete by date or age

2002-03-27 Thread Simon White
27-Mar-02 at 15:07, Charles Gagnon ([EMAIL PROTECTED]) wrote : Is there a way to tag or delete by date. I use to do this a while back using mush. Since I have a lot of folders where I get reports (i.e. backup reports for example), deleting by date was an easy way to keep only the current and

Re: Tag or delete by date or age

2002-03-27 Thread David T-G
Charles -- ...and then Charles Gagnon said... % % Is there a way to tag or delete by date. I use to do this a while back using Yes. % mush. Since I have a lot of folders where I get reports (i.e. backup reports % for example), deleting by date was an easy way to keep only the current and

Re: Tag or delete by date or age

2002-03-27 Thread David T-G
Simon, et al -- ...and then Simon White said... % % You could write a macro to automatically delete messages older than a % certain date from a certain person, all in one keypress... Of course, if you did so, it would be wise to use Nicolas's tag-conditional patch to ensure that it works as

Re: Tag or delete by date or age

2002-03-27 Thread Shawn McMahon
begin quoting what mike ledoux said on Wed, Mar 27, 2002 at 03:29:20PM -0500: gpg: requesting key 57C3430B from wwwkeys.us.pgp.net ... gpg: key 57C3430B: invalid subkey binding gpg: key 57C3430B: no valid user IDs gpg: this may be caused by a missing self-signature Sign your key and

Re: Tag or delete by date or age

2002-03-27 Thread David T-G
Shawn, et al -- ...and then Shawn McMahon said... % % begin quoting what mike ledoux said on Wed, Mar 27, 2002 at 03:29:20PM -0500: % % gpg: requesting key 57C3430B from wwwkeys.us.pgp.net ... % gpg: key 57C3430B: invalid subkey binding % gpg: key 57C3430B: no valid user IDs % gpg: this may

Re: Tag or delete by date or age

2002-03-27 Thread Shawn McMahon
begin quoting what David T-G said on Wed, Mar 27, 2002 at 03:40:46PM -0500: % Sign your key and re-submit it. Better check what you have, too. If my key wasn't signed, GPG wouldn't accept it. msg26307/pgp0.pgp Description: PGP signature

Re: Tag or delete by date or age

2002-03-27 Thread David T-G
Shawn -- ...and then Shawn McMahon said... % % begin quoting what David T-G said on Wed, Mar 27, 2002 at 03:40:46PM -0500: % % % Sign your key and re-submit it. % % Better check what you have, too. % % If my key wasn't signed, GPG wouldn't accept it. No, no -- I meant that you had

Re: Tag or delete by date or age

2002-03-27 Thread Shawn McMahon
begin quoting what David T-G said on Wed, Mar 27, 2002 at 03:55:19PM -0500: No, no -- I meant that you had better check your copy of his key; as shown, it works fine for me. I don't have a copy of his key; GPG attempted to import it from the keyserver, but the one on the keyserver didn't

Re: Tag or delete by date or age

2002-03-27 Thread Steve Talley
You can use folder hooks to delete, say, anything older than a month that isn't marked important: folder-hook IN\.mutt 'push D~r1m!~Fenter' This will be done automatically when you load the specified folder. Steve Charles Gagnon wrote: Is there a way to tag or delete by date. I use to

Re: Tag or delete by date or age - pattern ~d

2002-03-27 Thread Sven Guckes
* Charles Gagnon [EMAIL PROTECTED] [2002-03-27 20:07]: Is there a way to tag or delete by date. yes - you can tag messages by pattern ~d which acceses their date. I use to do this a while back using mush. Since I have a lot of folders where I get reports (i.e. backup reports for example),

Re: Tag or delete by date or age - pattern ~d

2002-03-27 Thread Aaron Schrab
At 23:51 +0100 27 Mar 2002, Sven Guckes [EMAIL PROTECTED] wrote: * Charles Gagnon [EMAIL PROTECTED] [2002-03-27 20:07]: or even tag/delete everything older than number of days, whatever is easier. this is not included - sorry. Wrong. T~d5d will tag all messages older than 5 days.

Re: Tag or delete by date or age - pattern ~d

2002-03-27 Thread Sven Guckes
* Aaron Schrab [EMAIL PROTECTED] [2002-03-27 23:14]: At 23:51 +0100 27 Mar 2002, Sven Guckes [EMAIL PROTECTED] wrote: * Charles Gagnon [EMAIL PROTECTED] [2002-03-27 20:07]: or even tag/delete everything older than number of days, whatever is easier. this is not included - sorry.

Re: Tag or delete by date or age - pattern ~d

2002-03-27 Thread Aaron Schrab
At 00:18 +0100 28 Mar 2002, Sven Guckes [EMAIL PROTECTED] wrote: * Aaron Schrab [EMAIL PROTECTED] [2002-03-27 23:14]: At 23:51 +0100 27 Mar 2002, Sven Guckes [EMAIL PROTECTED] wrote: * Charles Gagnon [EMAIL PROTECTED] [2002-03-27 20:07]: or even tag/delete everything older than

Re: Tag or delete by date or age - pattern ~d

2002-03-27 Thread David Champion
* On 2002.03.27, in [EMAIL PROTECTED], * Sven Guckes [EMAIL PROTECTED] wrote: apropos: anyone have a utility to calculate the number of days between two given dates? i mean - easily? no perl script with dozens of modules, please! shell$ ./timediff Wed Mar 27 17:33:00 2002 Wed Mar