branch: externals/gnorb
commit d9a1d8996ee02b3e25077895a59f8d6c824d70f4
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Remove unused let variable
* gnorb-gnus.el (gnorb-gnus-hint-relevant-message): Dunno what
"rel-headings" was doing in there.
---
gnorb-gnus.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index 70fee1b..7326c98 100644
--- a/gnorb-gnus.el
+++ b/gnorb-gnus.el
@@ -715,8 +715,7 @@ option `gnorb-gnus-hint-relevant-article' is non-nil."
(tracked-headings (gnorb-find-tracked-headings headers))
(key
(where-is-internal 'gnorb-gnus-incoming-do-todo
- nil t))
- rel-headings)
+ nil t)))
(cond (assoc-heading
(message "Message is associated with %s"
(gnorb-pretty-outline (car assoc-heading) t)))