Ticket #3011 (new defect)

Opened 11 months ago

Last modified 6 months ago

Mutt with IMAP not listing subscribed folders with new mail

Reported by: p@… Owned by: mutt-dev
Priority: major Milestone: 1.6
Component: mutt Version: 1.5.15
Keywords: mutt imap imap_check_subscribed Cc:

Description

I am not sure, if this is a bug.

Mutt 1.5.15+20070412 (2007-04-11) with patches from Ubuntu does not show new messages in subscribed folder.

Accessing the Maildir directly shows there are new messages in my subfolders.

Here's hopefully helpful debug output:

# Mutt version with patches

$ mutt -v
Mutt 1.5.15+20070412 (2007-04-11)
Copyright (C) 1996-2007 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.22-14-server (i686)
ncurses: ncurses 5.6.20070716 (compiled with 5.6)
libidn: 1.0 (compiled with 1.0)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE
+USE_FCNTL  -USE_FLOCK   +USE_INODESORT
+USE_POP  +USE_IMAP  +USE_SMTP  -USE_GSS  -USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +HAVE_GETADDRI                                     NFO
+HAVE_REGCOMP  -USE_GNU_REGEX
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME
-EXACT_ADDRESS  -SUN_ATTACHMENT
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  +HAVE_LANGINFO_YESEXP                                     R
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to <mutt-dev@mutt.org>.
To report a bug, please visit http://bugs.mutt.org/.

patch-1.5.13.cd.ifdef.2
patch-1.5.13.cd.purge_message.3.4
patch-1.5.13.cd.trash_folder.3.4
patch-1.5.13.nt+ab.xtitles.4
patch-1.5.14.rr.compressed.1
patch-1.5.4.vk.pgp_verbose_mime
patch-1.5.6.dw.maildir-mtime.1

# .muttrc

set imap_user='username'
set imap_pass='password'
set imap_authenticators='cram-md5:plain'
set spoolfile=imap://mail.state-of-mind.de/INBOX
set folder=imap://mail.state-of-mind.de/INBOX
set imap_list_subscribed=no
set imap_check_subscribed=yes
set imap_peek=no
set imap_servernoise=yes
set delete=yes

I have attached muttdebug0 as file. Credentials and Authentication Session have been replaced.

Attachments

muttdebug0.txt (116.1 kB) - added by p@… 11 months ago.
muttdebug0

Change History

Changed 11 months ago by p@…

muttdebug0

Changed 7 months ago by brendan

  • milestone set to 1.6

Is this still the case with 1.5.17 or 1.5.18?

Changed 6 months ago by knuta

This is almost certainly a duplicate of http://dev.mutt.org/trac/ticket/2897. His .muttdebug0 shows that his IMAP server uses "." as directory separator, and he has a sub-directory as folder. He doesn't show his inboxes config entry, but he probably enters relative paths there, like most people do.

I added a comment in 2897 with a workaround which works for me.

Note: See TracTickets for help on using tickets.