Fix byte-compiler warning
This commit is contained in:
parent
d47f57f1b8
commit
ed3e0ac3d5
1 changed files with 4 additions and 3 deletions
|
@ -543,9 +543,10 @@ To start off, first I need to enable lexical binding.
|
||||||
Add my work email account as a secondary select method.
|
Add my work email account as a secondary select method.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(with-eval-after-load 'gnus
|
||||||
(add-to-list 'gnus-secondary-select-methods
|
(add-to-list 'gnus-secondary-select-methods
|
||||||
'(nnmaildir "picturefix"
|
'(nnmaildir "picturefix"
|
||||||
(directory "~/documents/mail/picturefix/")))
|
(directory "~/documents/mail/picturefix/"))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
When sending mail from the picturefix account, use the picturefix
|
When sending mail from the picturefix account, use the picturefix
|
||||||
|
|
Loading…
Reference in a new issue