Neomutt: sidebar_folder_indent no longer works

Created on 15 Mar 2020  路  3Comments  路  Source: neomutt/neomutt

Expected Behaviour

set sidebar_folder_indent = yes should indent mailbox path.

Actual Behaviour

Mailbox path are no longer indent, since NeoMutt 20200313 (it works in preview version).

Steps to Reproduce

I have this configuration:

set sidebar_visible = yes
set sidebar_width = 22
set sidebar_short_path = yes
set sidebar_folder_indent = yes
set sidebar_indent_string = '  '
set sidebar_next_new_wrap = yes
set mail_check_stats
set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S'

How often does this happen?

  • Always

When did it start to happen?

  • When I upgraded to version 20200313.

NeoMutt Version

NeoMutt 20200313
Copyright (C) 1996-2016 Michael R. Elkins et autres.
NeoMutt ne fournit ABSOLUMENT AUCUNE GARANTIE ; pour les d茅tails tapez 'neomutt -vv'.
NeoMutt est un logiciel libre, et vous 锚tes libre de le redistribuer
sous certaines conditions ; tapez 'neomutt -vv' pour les d茅tails.

System: Linux 5.5.8-arch1-1 (x86_64)
ncurses: ncurses 6.2.20200212 (compiled with 6.2.20200212)
libidn2: 2.3.0 (compiled with 2.3.0)
GPGme: 1.13.1
libnotmuch: 5.2.0
hcache backends: kyotocabinet, gdbm, lmdb

Configure options: --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --gpgme --sqlite --autocrypt --lua --notmuch --gss --gnutls --sasl --with-ui=ncurses --with-idn2=/usr --disable-idn --idn2 --lmdb --kyotocabinet --gdbm

Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -std=c99 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__ -I/usr/include -DNCURSES_WIDECHAR

Default options:
  +attach_headers_color +compose_to_sender +compress +cond_date +debug
  +encrypt_to_self +forgotten_attachments +forwref +ifdef +imap +index_color
  +initials +limit_current_thread +multiple_fcc +nested_if +new_mail +nntp +pop
  +progress +quasi_delete +regcomp +reply_with_xorig +sensible_browser +sidebar
  +skip_quoted +smtp +status_color +timeout +tls_sni +trash

Options de compilation :
  +autocrypt +bkgdset +color +curs_set +fcntl -flock -fmemopen +futimens
  +getaddrinfo +gnutls +gpgme +gss +hcache -homespool +idn +inotify
  -locales_hack +lua -lz4 +meta -mixmaster +nls +notmuch -openssl +pgp +sasl
  +smime +sqlite +start_color +sun_attachment +typeahead -zlib -zstd
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/neomutt"
SENDMAIL="/usr/sbin/sendmail"
SYSCONFDIR="/etc"

To learn more about NeoMutt, visit: https://neomutt.org
If you find a bug in NeoMutt, please raise an issue at:
    https://github.com/neomutt/neomutt/issues
or send an email to: <[email protected]>

Extra Info

  • OS : Arch Linux
  • Remote IMAP
confirmed

Most helpful comment

As a temporary fix, try setting $folder to include your username, e.g.

set folder=imaps://[email protected]/

All 3 comments

As a temporary fix, try setting $folder to include your username, e.g.

set folder=imaps://[email protected]/

It works, thanks. :-)

This fixed worked. Just wanted to add a note for Gmail users...

set folder=imaps://[email protected]@imaps.gmail.com/
Was this page helpful?
0 / 5 - 0 ratings