feat(mail): add emacs-notmuch

This commit is contained in:
Pavel Korytov 2022-01-05 10:44:17 +03:00
parent d8d1bb83ed
commit 803ab24b1e
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,6 @@
(specifications->manifest
'(
"emacs-notmuch"
"msmtp"
"parallel"
"notmuch"

View file

@ -385,6 +385,11 @@ passwordeval "pass show Job/Infrastructure/pvkorytov@etu.ru | head -n 1"
:PROPERTIES:
:header-args+: :tangle ~/.emacs.d/mail.el
:END:
| Guix dependency |
|-----------------|
| emacs-notmuch |
Finally, Emacs configuration. Let's start with some variables:
#+begin_src emacs-lisp
(setq user-mail-address "thexcloud@gmail.com")
@ -395,7 +400,6 @@ Then, the problem with my Guix setup is that Emacs by default doesn't see the el
#+begin_src emacs-lisp
(let ((default-directory "/home/pavel/.guix-extra-profiles/mail/mail/share/emacs/site-lisp"))
(normal-top-level-add-subdirs-to-load-path))
#+end_src
Finally the proper notmuch settings: