branch: externals/gnorb
commit fd9108426d0e7cdb0d75d414e49b159099033ea7
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Remove incorrect "fix" for Gnus 5.13
* nngnorb.el (nnir-run-gnorb): Apparently I got overenthusiastic about
this.
---
nngnorb.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/nngnorb.el b/nngnorb.el
index eb55ee3..e054217 100644
--- a/nngnorb.el
+++ b/nngnorb.el
@@ -86,8 +86,6 @@ be scanned for gnus messages, and those messages displayed."
(with-current-buffer buf
(erase-buffer)
(setq nngnorb-attachment-file-list nil))
- (when (equal "5.13" gnus-version-number)
- (setq q (car q)))
(cond ((string-match "id\\+\\([[:alnum:]-]+\\)$" q)
(with-demoted-errors "Error: %S"
(org-id-goto (match-string 1 q))