Remove my picturefix email account

This commit is contained in:
Tom Willemse 2017-03-05 22:13:55 -08:00
parent cfbb40c532
commit 4674dcbfd5

View file

@ -89,28 +89,6 @@ Change the Gnus group buffer line format.
'("-a" "ryuslash"))))) '("-a" "ryuslash")))))
#+END_SRC #+END_SRC
* picturefix
Add my work email account as a secondary select method.
#+BEGIN_SRC emacs-lisp
(add-to-list 'gnus-secondary-select-methods
'(nnmaildir "picturefix"
(directory "~/documents/mail/picturefix/")))
#+END_SRC
When sending mail from the picturefix account, use the picturefix
msmtp account and set the proper name and email address.
#+BEGIN_SRC emacs-lisp
(add-to-list 'gnus-posting-styles
'("picturefix:"
(name "Tom Willemsen")
(address "tom@picturefix.nl")
(eval (setq message-sendmail-extra-arguments
'("-a" "picturefix")))))
#+END_SRC
* gmail * gmail
Add my other personal email as a secondary select method. Add my other personal email as a secondary select method.