-
-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After sync messages appears as new #75
Comments
Could you dig into this to find the conditions when this occurs, please? |
Hi Nicolas, I'll be glad to check options, or anything else, to help with this debugging. On 0, Nicolas Sebrecht notifications@github.com wrote:
|
I think mutt does NOT sync mail changes to disk. There is a What might happen is that you read your mails (marked as read in RAM by and for mutt only) but it doesn't sync immediately the changes on disk. For whatever reason, OfflineIMAP might "touch" the read file and mutt detect that the file was read/accessed. Then, I have suspicious that mutt bypass its own RAM cache to avoid conflicts and display the mail as it appears from disk after the OfflineIMAP sync. Could you test if you still have the issue by adding the |
Hi Nicolas, macro index O "offlineimap -u TTYUI" "run offlineimap to sync all mail" but the problem is still there. For instance, I sent today several messages and Valentin. On 0, Nicolas Sebrecht notifications@github.com wrote:
|
On Fri, Jan 09, 2015 at 11:46:41AM -0800, Valentin Kuznetsov wrote:
Yes, mutt must sync its RAM cache to disk /before/ OfflineIMAP starts.
Will think about that, too. Nicolas Sebrecht |
Nicolas,
I changed my macro definition as you suggested, so far I don't see the problem, |
On Mon, Jan 12, 2015 at 09:24:44AM -0800, Valentin Kuznetsov wrote:
No problem. Take the time you wish. This is not urging at all! Nicolas Sebrecht |
Hi Nicolas, If you have any other ideas please let me know and I can test them. On 0, Nicolas Sebrecht notifications@github.com wrote:
|
Could you check with v6.5.7-rc2? Do you know a version where you did not have this problem? |
I'll check version you suggest later this week. On 0, Nicolas Sebrecht notifications@github.com wrote:
|
Nicolas, On 0, Nicolas Sebrecht notifications@github.com wrote:
|
Thanks, could you send your configuration file, please? |
Nicolas, In my muttrc I source bunch of other files. All of them can be found in On 0, Nicolas Sebrecht notifications@github.com wrote:
|
I was talking about the offlineimaprc conf file. |
Ahh, sorry, here it is On 0, Nicolas Sebrecht notifications@github.com wrote:
|
In an attempt to isolate the offending code:
|
Nicoloas, I tried to reduce maxconnections to 1 and it didn't make any effect. On 0, Nicolas Sebrecht notifications@github.com wrote:
|
Ok, so the downloaded mails reappear as NEW:
Will be great to know if |
Nicolas, I setup single account config file and rerun mutt/offlinemap and still On 0, Nicolas Sebrecht notifications@github.com wrote:
|
Ok. I aim a deep code refactoring. Once done, inserting changes to track down such issues should be made easier. Because of this and because it's not critical, I'm postponing the resolution of this bug. Unless someone else wants to dig into it now. |
I'm fine with that and it can wait. On 0, Nicolas Sebrecht notifications@github.com wrote:
|
Deep refactoring will not happen. |
I have experiment that mutt does not save (to disk) the change of statut (unread -> read) before moving it. My solution is to add before the moving command. Here is suggested commands for archiving and deleting:
|
I've encountered very similar issues when using mu4e with offlineimap |
I have the following problem, if I read my emails and save them into sub-folders in my mutt session and then invoke offlineimap sometimes for some emails it will mark them as new in my sub-folders. I'm attaching screen shot of mutt session where I read all emails, but after the sync some of them appeared as new. I use offlineimap version 6.5.5_0 from OSX MacPorts.
Thanks,
Valentin.
The text was updated successfully, but these errors were encountered: