"Mailbox is unchanged"
Hi.
A problem seems to have started recently: Mutt seems to think
that my mailbox is always unchanged.
I have around 100 read emails in my spool (and growing) and
when pressing '$' to sync, mutt just says "Mailbox is unchanged".
I use maildir. Mail is delivered to a local spool (~/mail/spool)
and then saved into maildirs organized by month/year
(~/mail/2009/04_inbox).
$ mutt -v
Mutt 1.5.19 (2009-01-05)
Copyright (C) 1996-2009 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: FreeBSD 6.4-RELEASE-p1 (i386)
ncurses: ncurses 5.6.20080503 (compiled with 5.6)
libiconv: 1.11
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE -USE_FCNTL +USE_FLOCK
+USE_POP +USE_IMAP -USE_SMTP
+USE_SSL_OPENSSL -USE_SSL_GNUTLS -USE_SASL -USE_GSS +HAVE_GETADDRINFO
+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 +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET
+HAVE_LANGINFO_YESEXPR
+HAVE_ICONV -ICONV_NONTRANS -HAVE_LIBIDN +HAVE_GETSID -USE_HCACHE
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/local/share/mutt"
SYSCONFDIR="/usr/local/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
To report a bug, please visit http://bugs.mutt.org/.
muttrc:
ignore "from " received content- mime-version status x-status message-id
ignore sender references return-path lines
set folder="~/mail"
set mbox_type="Maildir"
set mbox="+`date +%Y`/`date +%m`_inbox"
set record="+`date +%Y`/`date +%m`_outbox"
set postponed="+postponed"
mbox-hook spool "=`date +%Y`/`date +%m`_inbox"
set realname=""
set reverse_name=yes
set reverse_realname=no
set abort_nosubject=no
set allow_8bit
set ascii_chars=yes
set charset="`locale charmap`"
set confirmappend=no
set copy=yes
set date_format="%Y-%m-%d %H:%M:%S"
set edit_headers
set editor=vim
set fcc_clear=yes
set index_format="%.3C %S | %(%Y-%m-%d %H:%M:%S) | %-12.12a | %-12.12t | %-4.4c
| %s"
set markers
set pager=builtin
set pager_context=1
set pager_format=" msg %C"
set pager_index_lines=12
set pager_stop
set smart_wrap
set sort=threads
set spoolfile=+spool
set status_format="-- (%n/%o/%m) %l"
set status_on_top
set strict_threads
set tilde
Any help would be appreciated.