Re: syncing changed messages

2021-12-20 Thread Oswald Buddenhagen
On Mon, Dec 20, 2021 at 08:46:27AM +, Tohiko Looka wrote: Should I also remove the the occasional ',S' and ',R' from the end? no! I couldn't find what these additions means. https://cr.yp.to/proto/maildir.html ___ isync-devel mailing list is

Re: syncing changed messages

2021-12-20 Thread Tohiko Looka
Just tried the method of renaming messages (by removing ',U=XXX' from their name) to cause a sync and seems to work. Should I also remove the the occasional ',S' and ',R' from the end? I couldn't find what these additions means. ___ isync-devel mailing

Re: syncing changed messages

2021-12-20 Thread Simão Afonso
On 2021-12-18 18:07:28, Tohiko Looka wrote: > I use notmuch as my email client which stores tags (custom ones like > "todo" "isync-list", etc) locally. However, I use multiple machines > and want my tags sync'ed. > So I decided to save the keywords in an "X-Keywords" header field and > have it sync

Re: syncing changed messages

2021-12-19 Thread Tohiko Looka
On Fri, Dec 17, 2021 at 9:53 PM Oswald Buddenhagen wrote: > only indirectly: by making it a new message, so a deletion and a new > message are propagated. "edit" in mutt does exactly that. > you can achieve the same effect by renaming the file, either giving it > an entirely new name per maildir s

Re: syncing changed messages

2021-12-17 Thread Oswald Buddenhagen
On Fri, Dec 17, 2021 at 03:29:17PM +, Tohiko Looka wrote: I noticed that if I change a message body or header, mbsync does not seem to sync back those changes to my IMAP server, unless I also move the message to a new folder. that's correct - imap specifies (and the maildir driver follows th