unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* gnus-alias integration bug
@ 2014-04-08  0:36 Ian Kelling
  2014-04-08  1:10 ` Michael Hudson-Doyle
  2014-04-08  9:19 ` David Mazieres
  0 siblings, 2 replies; 4+ messages in thread
From: Ian Kelling @ 2014-04-08  0:36 UTC (permalink / raw)
  To: notmuch

gnus-alias allows you to set your identity based on the headers in the
message you are replying. This is an essential feature in a mail client
for me, I want to automatically reply as the person an email was sent to
for certain addresses. This does not work in notmuch. gnus sets the
variable message-reply-buffer when it sets up a message, which
gnus-alias uses to go grab headers. It creates a buffer named
*gnus article copy* which contains all the headers and the message body. It seems notmuch does not set this
variable when it sets up a reply.

Here is an example of a rule needed to do this.

(setq gnus-alias-identity-rules
        (quote
         (("work"
           ("to" "work@example.com" previous)
           "workidentity"))))

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-08  9:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-08  0:36 gnus-alias integration bug Ian Kelling
2014-04-08  1:10 ` Michael Hudson-Doyle
2014-04-08  1:48   ` Ian Kelling, notmuch
2014-04-08  9:19 ` David Mazieres

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

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 read-only IMAP folder(s) and NNTP newsgroup(s).