https://git.notmuchmail.org/git/notmuch@45193ba -> https://git.notmuchmail.org/git/notmuch@63413a5 jeremy-compostella/org-msg@557d490 -> jeremy-compostella/org-msg@b0765b2 org-mime/org-mime@9bb6351 -> org-mime/org-mime@eb21c02 wanderlust/flim@068b35e -> wanderlust/flim@ddf5b6e wanderlust/semi@f279ebe -> wanderlust/semi@20d7530 wanderlust/wanderlust@5db307a -> wanderlust/wanderlust@6e189fc Closes #4976
9 lines
419 B
EmacsLisp
9 lines
419 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; email/notmuch/packages.el
|
|
|
|
(package! notmuch :pin "63413a5563450bdedee4c077f2f998578e75083a")
|
|
(package! org-mime :pin "eb21c02ba8f97fe69c14dc657a7883b982664649")
|
|
(when (featurep! :completion ivy)
|
|
(package! counsel-notmuch :pin "a4a1562935e4180c42524c51609d1283e9be0688"))
|
|
(when (featurep! :completion helm)
|
|
(package! helm-notmuch :pin "97a01497e079a7b6505987e9feba6b603bbec288"))
|