Re: application/pkcs7-signature smime.p7s

2020-01-14 Thread Ken Hornstein
>I agree with both. As far as implementation goes, I won't have time in the >near future but would be glad to review patches, etc. I'd really really like it if the feature wasn't specific to mhfixmsg; running "show" on a S/MIME message should also do the right thing. But that is a tougher

Re: mhical rejecting "last day in the month"

2020-01-14 Thread David Levine
Hi Conrad, Wow, thanks! I'll look at your patch in more detail later. For now, - I am confused about the tests though: when I run the relevant > commands by hand, I get a +0100 timezone for the first one, which I > kindof think I should expect (the event starts during summer time, >

Re: application/pkcs7-signature smime.p7s

2020-01-14 Thread David Levine
Hi Ralph, I don't know, but replacing one MIME part in an email sounds like it's > in mhfixmsg(1)'s domain. Perhaps it could grow some kind of filter-part > option whereby application/pkcs7-signature can be specified and the > command used to filter looked up, just as mhfixmsg-format-text/html

Re: nmh imap gpg

2020-01-14 Thread Ralph Corderoy
Hi John, > > So that's what nmh doesn't do. It isn't a command-line interface to > > remote email folders over IMAP. It's often asked for, and Ken's put > > a lot of thought into it. (I may be out of date.) ... > So for now, I need to use FDM/fetchmail to get a copy of the e-mails > from the

Re: mhical rejecting "last day in the month"

2020-01-14 Thread Conrad Hughes
Attached is a possible patch for mhical to support "BYDAY=-1SU"-type RRULEs. Notes: - Added dmlastday() function to dtime.c, to obtain last day of month. Minor modifications to other parts here to reuse code. - Modified rrule_clock() in datetime.c to handle negative BYDAY correctly.