Gnus development mailing list
 help / color / mirror / Atom feed
* Using the $Forwarded keyword in nnimap
@ 2019-07-31 22:10 Eric Abrahamsen
  0 siblings, 0 replies; only message in thread
From: Eric Abrahamsen @ 2019-07-31 22:10 UTC (permalink / raw)
  To: ding

Hey all,

I just realized that it's very easy to tie Gnus' forwarded mark to the
IMAP $Forwarded keyword, which is supported in recent versions of
Dovecot, at least (I don't know about other IMAP servers). If you think
your server supports it, this code should be enough to enable it:

(with-eval-after-load 'nnimap
  (setf (alist-get 'forward nnimap-mark-alist)
	'("$Forwarded" $Forwarded)))

Maybe everyone else already figured this out, but if not... :)




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-31 22:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31 22:10 Using the $Forwarded keyword in nnimap Eric Abrahamsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).