Re: Taking a break for a bit

2020-07-29 Thread Eike Rathke
Hi Kevin, On Tuesday, 2020-07-28 13:12:24 -0700, Kevin J. McCarthy wrote: > Thank you all! Just to thank YOU instead for gaining expertise and bringing Mutt forward all the last years and making it catch up on important features and squeezing bugs. I know that building community (above the subm

Re: Taking a break for a bit

2020-07-29 Thread Kevin J. McCarthy
On Wed, Jul 29, 2020 at 01:06:00PM +0100, Richard Russon wrote: We've been pushing hard to break up dependencies, define APIs and document all the code (and much more besides). I would love to transition to just a developer I'd like to formally invite you to join NeoMutt. We'd love to benefi

Re: [PATCH] Incorrect handling of pgp decryption

2020-07-29 Thread Kevin J. McCarthy
On Wed, Jul 29, 2020 at 07:22:24PM +0200, sacham...@s0c4.net wrote: today, after a great desperation with my PGP setup and pgp_decrypt_command, I have noticed bug(?) in pgp.c when handling return value of pgp_check_decryption_okay(). From the mentioned function comments, and from usage on line

Re: [PATCH] Add support for DT_R(UN)PATH in ELF executables.

2020-07-29 Thread Derek Martin
On Tue, Jul 28, 2020 at 12:59:55AM +0200, Mono DHS wrote: > Subject says it all What is the motivation for this patch? My initial reaction is this patch adds a bunch of configure code that will be used by pretty close to no one, so I don't see the value. It will surprise no one who's been aroun

Re: [PATCH] Support for overriding permissions of saved files

2020-07-29 Thread Derek Martin
On Tue, Jul 28, 2020 at 08:03:23PM +0200, sacham...@s0c4.net wrote: > The thread, and even older threads referenced there, is from 2007. > Since then, the security field have evolved - now we have SeLinux, > Apparmor and other techniques which are capable to provide even > better security than umas

[PATCH] Incorrect handling of pgp decryption

2020-07-29 Thread sachamutt
Hi all, today, after a great desperation with my PGP setup and pgp_decrypt_command, I have noticed bug(?) in pgp.c when handling return value of pgp_check_decryption_okay(). From the mentioned function comments, and from usage on line 564, I think we are good for rc=-2 and above, yet on line 1

Re: [PATCH] Fix man section in reference to mutt_dotlock

2020-07-29 Thread Derek Martin
On Sun, Jul 26, 2020 at 03:04:33AM +0300, Maxim Tarasov wrote: > --- > init.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/init.h b/init.h > index 06d4cc9a..f0d2c697 100644 > --- a/init.h > +++ b/init.h > @@ -920,7 +920,7 @@ struct option_t MuttVars[] = { >{ "dotlo

Re: Taking a break for a bit

2020-07-29 Thread Derek Martin
On Wed, Jul 29, 2020 at 01:06:00PM +0100, Richard Russon wrote: > > I'm going to take a few weeks off from Mutt development. > > Thanks for all your hard work on Mutt. Agree! > > Five years later > > You've been *maintaining* Mutt, but we've been *developing* NeoMutt. First off I think that's

Re: Taking a break for a bit

2020-07-29 Thread Remco Rijnders
On Tue, Jul 28, 2020 at 01:12:24PM -0700, Kevin wrote in <20200728201224.ga148...@afu.lan>: Just a heads-up that I'm going to take a few weeks off from Mutt development. It's been consuming a large amount of my time, and I need some counterbalance to regain my perspective and get my motivation

Re: Taking a break for a bit

2020-07-29 Thread Richard Russon
Hi Kevin, > I'm going to take a few weeks off from Mutt development. Thanks for all your hard work on Mutt. > Five years later You've been *maintaining* Mutt, but we've been *developing* NeoMutt. We've been pushing hard to break up dependencies, define APIs and document all the code (and much