This bug keeps hitting me once every 2 months. For now, I run the
following script, and it resyncs for me.
#!/bin/bash
PRESENTDIR=`pwd`;
/usr/bin/evolution --force-shutdown
if [ $? -eq 0 ]; then
cd /home/XYZ/.evolution/mail/exchange/[email protected]/personal
mv summary sub.summary 2>/dev/null; mv summary-meta sub.summary-meta
2>/dev/null
cd subfolders/Inbox/
mv summary sub.summary 2>/dev/null; mv summary-meta sub.summary-meta
2>/dev/null
fi
cd $PRESENTDIR
--
missing message in the inbox folder
https://bugs.launchpad.net/bugs/160142
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs