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

2020-08-06 Thread Vincent Lefevre
On 2020-07-29 11:55:46 -0500, Derek Martin wrote: > 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.

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: [PATCH] Fix man section in reference to mutt_dotlock

2020-07-26 Thread Kevin J. McCarthy
On Sun, Jul 26, 2020 at 03:04:33AM +0300, Maxim Tarasov wrote: init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied. Thank you. -- Kevin J. McCarthy GPG Fingerprint: 8975 A9B3 3AA3 7910 385C 5308 ADEF 7684 8031 6BDA signature.asc Description: PGP signature

[PATCH] Fix man section in reference to mutt_dotlock

2020-07-25 Thread Maxim Tarasov
--- 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[] = { { "dotlock_program", DT_PATH, R_NONE, {.p=&MuttDotlock}, {.p=BINDIR "/mutt_dotlock"} },