diff options
-rw-r--r-- | piem-elfeed.el | 4 | ||||
-rw-r--r-- | piem-gnus.el | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/piem-elfeed.el b/piem-elfeed.el index 8e73321..b5e7dc8 100644 --- a/piem-elfeed.el +++ b/piem-elfeed.el @@ -54,10 +54,6 @@ (and (string-match piem-elfeed--link-re link) (match-string 2 link))))) -;; No function is defined for `piem-mid-to-thread-functions'. All -;; callers should fall back to getting the thread from a public-inbox -;; instance. - (define-minor-mode piem-elfeed-mode "Toggle Elfeed support for piem. With a prefix argument ARG, enable piem-elfeed mode if ARG is diff --git a/piem-gnus.el b/piem-gnus.el index f820cfc..5e5b4ad 100644 --- a/piem-gnus.el +++ b/piem-gnus.el @@ -53,10 +53,8 @@ (match-string 1 mid) mid))))) -;; No function is defined for `piem-mid-to-thread-functions', at least -;; until someone points out an easy way to generate an mbox for a -;; thread in Gnus. All callers should fall back to getting the thread -;; from a public-inbox instance. +;; If there is an easy way to generate an mbox for a thread in Gnus, a +;; function for `piem-mid-to-thread-functions' should be defined. (define-minor-mode piem-gnus-mode "Toggle Gnus support for piem. |