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.
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:
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.