I have installed and configured mu
and mu4e
as explained in the manual (newest version on emacs 24.3.1). My mu4e
config contains:
(setq mu4e-maildir "~/Maildir/mail_user_de")
(setq mu4e-drafts-folder "/Drafts")
(setq mu4e-sent-folder "/Sent")
(setq mu4e-trash-folder "/Trash")
These folders exist and each contains three subfolders: cur
, new
and tmp
. When I fire up mu4e
it says:
[mu4e] Started mu4e with 4023 messages in store
however, when I enter the INBOX
folder, there is no mail listed. On the other hand, when I enter the last 7 days bookmark, all emails from the last seven days are listed.
My assumption is, that mu4e
does not care for emails which have been downloaded outside of emacs because
- When I update (calling
offlineimap
andmu index
) withinmu4e
the email are sorted correctly into theINBOX
- When I update outside of emacs, the mails are listed in the bookmark but not in the
INBOX
until they are marked read outside ofmu4e
. If this happens outside ofmu4e
they will not show up in theINBOX
, otherwise they will suddenly appear (flagged read) in theINBOX
.
Obviously I don't like this. I would prefer if all mails, independent whether they were downloaded from within mu4e
or directly in a terminal, show up in the INBOX
. Is this a bug or a feature (which, so I hope, can be disabled)?