diff --git a/.config/guix/manifests/mail.scm b/.config/guix/manifests/mail.scm index 4b620a8..f396821 100644 --- a/.config/guix/manifests/mail.scm +++ b/.config/guix/manifests/mail.scm @@ -1,5 +1,6 @@ (specifications->manifest '( + "emacs-notmuch" "msmtp" "parallel" "notmuch" diff --git a/Mail.org b/Mail.org index b2527ee..818dfd3 100644 --- a/Mail.org +++ b/Mail.org @@ -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: