[PATCH] Add -nonotify argument to mailboxes command

2021-01-16 Thread Rene Kita
From: Rene Kita -nonotify allows to disable notifications for mailboxes. -notify can be used to re-enable notifications for a previously disabled mailbox. A typical use case are mailboxes for mailing lists. The User may want to get notified about new mail in their work mailbox, but not get

Re: [PATCH] Add -nonotify argument to mailboxes command

2021-01-25 Thread Rene Kita
On Fri, Jan 22, 2021 at 02:51:39PM -0800, Kevin J. McCarthy wrote: > On Sat, Jan 16, 2021 at 03:45:34PM -0800, Kevin J. McCarthy wrote: > > I'll just wait a few days for others to comment, and if there are none, > > push this up with those two fixes. > > I've pushed up the commit and a followup th

Re: Updating gettext autoconf macros to 0.21

2021-02-14 Thread Rene Kita
On Thu, Feb 11, 2021 at 03:10:57PM -0800, Kevin J. McCarthy wrote: > Hi Everyone, Hi Kevin! > TL;DR: > I've had on my todo list for a while to dig into the gettext autoconf stuff > and see if I could upgrade it. I've pushed the result to branch > 'kevin/gettext-update' on gitlab (or sr.ht). If y

Re: Updating gettext autoconf macros to 0.21

2021-02-14 Thread Rene Kita
On Sun, Feb 14, 2021 at 09:47:40AM -0800, Kevin J. McCarthy wrote: > On Sun, Feb 14, 2021 at 05:34:23PM +0100, Rene Kita wrote: > > Does is make sense to test this with locale "en_US.UTF-8"? > > It helps to build with any locale, and at least make sure it runs. Testing &g

Re: Updating gettext autoconf macros to 0.21

2021-02-18 Thread Rene Kita
On Sun, Feb 14, 2021 at 06:57:29PM +0100, Rene Kita wrote: > On Sun, Feb 14, 2021 at 09:47:40AM -0800, Kevin J. McCarthy wrote: > > On Sun, Feb 14, 2021 at 05:34:23PM +0100, Rene Kita wrote: > > > Does is make sense to test this with locale "en_US.UTF-8"? > > >

Re: Updating gettext autoconf macros to 0.21

2021-02-20 Thread Rene Kita
On Thu, Feb 18, 2021 at 11:28:02PM +0100, Vincent Lefevre wrote: > The messages in the help are no longer translated, e.g. previously: > > [...] > ^N next-threadaller à la discussion suivante > ^P previous-threadaller à la discussion précédente > [...] I canno

Re: Updating gettext autoconf macros to 0.21

2021-02-21 Thread Rene Kita
On Sat, Feb 20, 2021 at 06:51:44PM +0100, Vincent Lefevre wrote: > On 2021-02-20 12:48:33 +0100, Rene Kita wrote: > > On Thu, Feb 18, 2021 at 11:28:02PM +0100, Vincent Lefevre wrote: > > > The messages in the help are no longer translated, e.g. previously: > > > > &g

Re: Updating gettext autoconf macros to 0.21

2021-02-21 Thread Rene Kita
On Sat, Feb 20, 2021 at 03:16:17PM -0800, Kevin J. McCarthy wrote: > I've help menu fixes to branch 'kevin/gettext-bugs-v2' on gitlab. (NOTE: > this is a different branch from before.) [...] > I'll merge the branch into master tomorrow, but if anyone has the time > please give it a test. After gett

[PATCH] Add skip_quoted_context option

2021-06-13 Thread Rene Kita
remain backwards compatible. Signed-off-by: Rene Kita --- globals.h | 1 + init.h| 8 +++ pager.c | 62 ++- 3 files changed, 48 insertions(+), 23 deletions(-) diff --git a/globals.h b/globals.h index 859732e6..8e5d708d 100644 --- a

Re: [PATCH] Add skip_quoted_context option

2021-06-17 Thread Rene Kita
On Sun, Jun 13, 2021 at 10:06:27AM -0700, Kevin J. McCarthy wrote: > On Sun, Jun 13, 2021 at 03:56:58PM +0200, Rene Kita wrote: > > Using skip-quoted the first unquoted line becomes the new top line > > displayed in the pager. This leaves the user with no context to know > > w

Re: [PATCH] Add skip_quoted_context option

2021-06-17 Thread Rene Kita
On Mon, Jun 14, 2021 at 07:44:24PM -0700, Kevin J. McCarthy wrote: > On Mon, Jun 14, 2021 at 05:49:50AM -0700, Kevin J. McCarthy wrote: > > I'll take a closer look at the patch in the next couple days. > > While looking it over again, I noticed the patch had a few more issues. [...] > I'm attachi

Re: Crashes in recent builds from master

2021-09-08 Thread Rene Kita
On Wed, Sep 08, 2021 at 03:56:56AM -0700, Kevin J. McCarthy wrote: > However, I haven't been able to figure out the memory error leading to a > crash yet. It would be helpful if you could run with ASAN enabled until you > get the crash(es). With ASAN you'll need to arrange it so the tmux window >

Re: Compatibility with mailx aliases

2024-06-22 Thread Rene Kita
On Sat, Jun 22, 2024 at 07:13:16AM +0200, Walter Alejandro Iglesias wrote: > Traditional mailx (bsd versions and GNU mailutils) needs this syntax for > aliases: > > alias john "John Dou " > > With full addresses, since they contain spaces, you need to enclose them > in quotes. Any unix user w

Re: Compatibility with mailx aliases

2024-06-22 Thread Rene Kita
On Sat, Jun 22, 2024 at 11:23:40AM +0200, Walter Alejandro Iglesias wrote: > Hi Rene, Hi Walter! > On Sat, Jun 22, 2024 at 10:36:52AM +0200, Rene Kita wrote: > > On Sat, Jun 22, 2024 at 07:13:16AM +0200, Walter Alejandro Iglesias wrote: > > > Traditional mailx (bsd versi

Re: Compatibility with mailx aliases

2024-06-22 Thread Rene Kita
On Sun, Jun 23, 2024 at 01:53:21PM +0800, Kevin J. McCarthy wrote: > On Sun, Jun 23, 2024 at 06:29:45AM +0200, Rene Kita wrote: > > MUTT_TOKEN_QUOTE tells mutt to tread quotes as parts of the string, from > > the header: > > #define MUTT_TOKEN_QUOTE (1<<3)

Re: Compatibility with mailx aliases

2024-06-23 Thread Rene Kita
On Sun, Jun 23, 2024 at 03:43:50PM +0800, Kevin J. McCarthy wrote: > On Sun, Jun 23, 2024 at 08:44:44AM +0200, Rene Kita wrote: > > On Sun, Jun 23, 2024 at 01:53:21PM +0800, Kevin J. McCarthy wrote: > > > On Sun, Jun 23, 2024 at 06:29:45AM +0200, Rene Kita wrote: > > &g

Re: Abort with Esc (PATCHES - 3rd ping)

2024-07-17 Thread Rene Kita
On Wed, Jul 17, 2024 at 12:59:48PM +0200, Walter Alejandro Iglesias wrote: > Excuse my insistence, but I use vi-like bindings even in my shell, after > using mutt for decades I still insult RMS every time I mistakenly press > Esc to abort a command. :-) > > Could you give my patches *one* chance o

Re: Abort with Esc (PATCHES - 3rd ping)

2024-07-17 Thread Rene Kita
On Wed, Jul 17, 2024 at 03:54:12PM +0200, Walter Alejandro Iglesias wrote: > Hi Rene, > > First of all, thank you for being considerate of me. :-) > > On Wed, Jul 17, 2024 at 02:22:33PM +0200, Rene Kita wrote: > > On Wed, Jul 17, 2024 at 12:59:48PM +0200, Walter Ale