Lloyd Zusman writes: > David Engster writes: > >> Lloyd Zusman writes: >>> >>> [ ... ] >>> >>> Does anyone have any thoughts about this? Is there a way to get messages >>> that are marked as "read" in nnimap to also get marked as "seen" on the >>> IMAP server? >> >> Do you use nnimap as your primary select method? If so, manually edit >> your GCC header >> >> Gcc: nnimap+imap.server.tld:INBOX.archive.whatever >> >> so that it just reads >> >> Gcc: INBOX.archive.whatever >> >> Does it work now? >> >> -David > > Aha! Well, I have three nnimap select methods: one as my primary, and > two others which are secondary. When I refer to archives on the primary > server in the way you describe above, they are now indeed getting marked > as SEEN at the same time they're getting marked as "read". It seems there is a bug in gnus-msg.el when the gcc is going to the primary back end. Without changing the GCC manually, does the following patch fix this for you?