https://git.notmuchmail.org/git/notmuch@8776faf -> https://git.notmuchmail.org/git/notmuch@45193ba jeremy-compostella/org-msg@2db6725 -> jeremy-compostella/org-msg@557d490 wanderlust/apel@d146ddb -> wanderlust/apel@28bca5f wanderlust/flim@f303f2f -> wanderlust/flim@edb5982 wanderlust/semi@10897f0 -> wanderlust/semi@939c805 wanderlust/wanderlust@7af0d58 -> wanderlust/wanderlust@c7043e6
9 lines
419 B
EmacsLisp
9 lines
419 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; email/notmuch/packages.el
|
|
|
|
(package! notmuch :pin "45193bab16c728ba892a5d45fc62ef59e2a6ef85")
|
|
(package! org-mime :pin "9bb6351b25c62835c7881fc64096028eb8ef83ef")
|
|
(when (featurep! :completion ivy)
|
|
(package! counsel-notmuch :pin "a4a1562935e4180c42524c51609d1283e9be0688"))
|
|
(when (featurep! :completion helm)
|
|
(package! helm-notmuch :pin "97a01497e079a7b6505987e9feba6b603bbec288"))
|