[Mutt] #3011: Mutt with IMAP not listing subscribed folders with new mail
#3011: Mutt with IMAP not listing subscribed folders with new mail
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@xxxxxxxx>.
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.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3011>