My apologies, I've totally forgot about the subject.
My config is... ``` IMAPAccount [email protected] Host imap.gmx.com User [email protected] Pass xxx IMAPStore [email protected] Account [email protected] MaildirStore [email protected] Path ~/Mail/[email protected]/ Inbox ~/Mail/[email protected]/INBOX Subfolders Verbatim Channel [email protected] Far :[email protected]: Near :[email protected]: Expunge Both Create Near SyncState * Patterns * Group all Channel [email protected] ``` I move the file with a following bash function. function safeMove { s=${1##*/}; s=${s%%,*}; mv -f $1 $2/$s; } For example, it should move like this. ~/Mail/[email protected]/INBOX/cur/1750696320.159179_1.shuttle-fedora,U=1:2,S ~/Mail/[email protected]/Spam/cur/1750696320.159179_1.shuttle-fedora Then I run... mbsync all notmuch new Then on the remote(web interface from the provider) the mail is moved to spam folder successfully but it's unread. Running mbsync and notmuch new again does not detect any change while the message is read locally on notmuch. Regards, Koh Oswald Buddenhagen via isync-devel <[email protected]> writes: > On Sun, Jun 29, 2025 at 11:39:13PM +0200, kohnish--- via isync-devel wrote: >>Is there a way to send SEEN command when a mail is moved to another >>folder? >> > there is no such command. > however, isync synchronizes the \Seen flag by default, so things should > just work. > presumably, something is wrong with your setup. please post your config > file. > > ps: always use a meaningful subject, and don't put the list in bcc. it's > pure luck that i didn't just delete your mail from the spam folder. > > > _______________________________________________ > isync-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/isync-devel _______________________________________________ isync-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/isync-devel
