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 st

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 a

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 wwwkeys.u

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
* David T-G <[EMAIL PROTECTED]> [2002-03-27 15:40:46 -0500]: >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 sub

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 20

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 ever

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 ", > > > whatever is easier. > > this is not included - sor

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 ", > > whatever is easier. > > this is not included - sorry. Wrong. T~d>5d will tag all messages older than 5 days. w(

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 exam

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~r>1m!~F' 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 do th

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 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 b

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, 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 be

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-submit

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 des

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 Mak

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

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 "tag/de