Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: ding@gnus.org
Subject: Using the $Forwarded keyword in nnimap
Date: Wed, 31 Jul 2019 15:10:26 -0700	[thread overview]
Message-ID: <877e7xkg8d.fsf@ericabrahamsen.net> (raw)

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... :)




                 reply	other threads:[~2019-07-31 22:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877e7xkg8d.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).