[PATCH 5/6] Modify our local copy of message-do-fcc

David Bremner david at tethera.net
Sat Sep 3 13:33:11 PDT 2016


Mark Walters <markwalters1009 at gmail.com> writes:

> +	   (cons '("Newsgroups" . default)
> +		 rfc2047-header-encoding-alist)))
  this seems like more message-mode functionality we don't need? I guess
  it's harmless, but could omit one dynamically bound variable.
  
> +	 (while list
> +	   (setq file (pop list))
> +	   (notmuch-fcc-handler file))
> +	 (kill-buffer (current-buffer)))))))

Is it sensible for us to support a list of output destinations? It seems
like an odd corner case to me. I guess the amount of extra code is not
too high. In any case I suppose it could be a followup (as could my
comment above).

d


More information about the notmuch mailing list