X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/2087ae39f646980175a44183370a72e036edbbc0..c64e010d0b51f1914d9bca263063506be9420540:/lisp/bandali-message.el diff --git a/lisp/bandali-message.el b/lisp/bandali-message.el index 491b6e2..33bebc9 100644 --- a/lisp/bandali-message.el +++ b/lisp/bandali-message.el @@ -66,4 +66,27 @@ ("r" . footnote-renumber-footnotes) ("s" . footnote-set-style))) +(use-package message-x) + +(comment + (use-package message-x + :custom + (message-x-completion-alist + (quote + (("\\([rR]esent-\\|[rR]eply-\\)?[tT]o:\\|[bB]?[cC][cC]:" . gnus-harvest-find-address) + ((if + (boundp + (quote message-newgroups-header-regexp)) + message-newgroups-header-regexp message-newsgroups-header-regexp) + . message-expand-group)))))) + +(comment + (use-package gnus-harvest + :commands gnus-harvest-install + :demand + :config + (if (featurep 'message-x) + (gnus-harvest-install 'message-x) + (gnus-harvest-install)))) + (provide 'bandali-message)