message: Comment on gnus-alias and smtpmail-multi

master
Pierre Neidhardt 2019-03-19 13:53:37 +01:00
parent 27c9de9c4f
commit ac40a90828
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
;; Message mode
;; This is common to Gnus, mu4e, notmuch, etc.
;;; TODO: Is it possible to mbsync without attachments?
(require 'init-smtpmail)
(setq user-full-name "Pierre Neidhardt"
@ -13,7 +15,9 @@
;; TODO: Use the following to automatically set the From: field when replying.
;; Might not be necessary.
;; message-alternative-emails
;; `message-alternative-emails'
;; Also see the `gnus-alias' and `smtpmail-multi' packages.
;; https://old.reddit.com/r/emacs/comments/5iievm/nice_email_configuration_using_emacs_mbsync/
(defun message-recipients (&optional include-from)

View File

@ -1,6 +1,5 @@
;;; mu4e
;;; TODO: Is it possible to mbsync without attachments?
;;; REVIEW: Handle attachments in attached e-mails.
;;; See https://github.com/djcb/mu/issues/454#issuecomment-320616279.
;;; TODO: <tab> should go to next link in text e-mails too.