Richard Russon

Results 313 comments of Richard Russon

Around the time of this release, upstream Mutt adopted the sidebar, but decided that some of the mailbox checks were too resource intensive (for the default settings). Try these options:...

hi @paretje Sorry for not commenting sooner. You haven't been forgotten. Your patch is wanted. NotMuch is still being developed, but @karelzak is a busy man. I'm the maintainer of...

Pulled into branch: [devel/notmuch-sync-flags](https://github.com/neomutt/neomutt/tree/devel/notmuch-sync-flags)

Thanks, merged into NeoMutt.

Oh dear. That's worrying. The COLS variable is part of ncurses and is hard-coded throughout mutt. Sidebar temporarily changes its value so that mutt_FormatString gets the width right. I shall...

@LMariachi OK, I searched through the ncurses headers and found what the problem is. Your version of ncurses is reentrant. In the non-reentrant (single-threaded) version COLS is an integer (which...

Hmm... Starting again with clean source, please try: ``` sh autoreconf -i; ./configure --enable-sidebar CFLAGS="-DNCURSES_REENTRANT=0"; make ```

OK, this isn't going to work. Thanks for your debugging. I'll keep thinking...

@ckruse "sidebar_format" **is** exactly what you need. There's a new version of Mutt-KZ (1.6.0.1) which includes a much improved version of Sidebar. There's a guide to formatting in the Sidebar...

@LMariachi Hmm... Your config works for me (not that you want to hear that). Can you try setting each component separately: (do they display the correct numbers?) ``` sh set...