karelzak / mutt-kz

mutt-kz is DEPRECATED in favor of neomutt project.
https://neomutt.org
Other
296 stars 51 forks source link

mutt does not display existing messages found in notmuch #145

Open nicoe opened 8 years ago

nicoe commented 8 years ago

I had an issue where the count of the message given in the virtual folder list and the one from a command line search where different. Running mutt with the debug flag I noticed this line:

[2016-08-22 17:19:55] nm: failed to parse message: /home/nicoe/Maildir//home/nicoe/sent/cur/1471818793.R13645651596752283762.balisto:2,S

which points to a wrong filename.

Using notmuch show id:20160821223313.d7fv7ow6z3pwzibw@localhost.localdomain indicates that it is not the correct file path for the message.

Running notmuch new did not solve the issue.