Re: [PATCH 2/2] emacs: make modifications to message Fcc vars buffer-local

Subject: Re: [PATCH 2/2] emacs: make modifications to message Fcc vars buffer-local

Date: Fri, 07 Aug 2015 21:31:42 +0200

To: Tomi Ollila, Mark Walters, notmuch@notmuchmail.org

Cc:

From: David Bremner


Tomi Ollila <tomi.ollila@iki.fi> writes:

> capitalization could be consistent in the commit message.
>
> One thing come to my mind: would it be possible to use buffer-local
> variable message-fcc-handler-function in notmuch-message-mode buffers so
> that such wrapper functions defined below would not be needed. i.e.
>
>   (make-local-variable 'message-fcc-handler-function)
>   (setq message-fcc-handler-function #'notmuch-fcc-handler)
>
> (or not? :D)
>
> one more thing (extra newline) inline below
>  

Oops, missed that part. Pushed both with edited commit messages.

Thread: