emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnorb 5c9ef6e 203/449: Don't create Org IDs when scanni


From: Stefan Monnier
Subject: [elpa] externals/gnorb 5c9ef6e 203/449: Don't create Org IDs when scanning for mails
Date: Fri, 27 Nov 2020 23:15:39 -0500 (EST)

branch: externals/gnorb
commit 5c9ef6e8e0b7155a05bf47422faf5b5ca6cca87f
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Don't create Org IDs when scanning for mails
    
    * lisp/nngnorb.el (nnir-run-gnorb): If the entry doesn't have an ID, it
      certainly doesn't have any messages associated with it.
---
 lisp/nngnorb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/nngnorb.el b/lisp/nngnorb.el
index d680278..8b99ac9 100644
--- a/lisp/nngnorb.el
+++ b/lisp/nngnorb.el
@@ -104,7 +104,7 @@ be scanned for gnus messages, and those messages displayed."
                           q)))
            (t (org-map-entries
                (lambda ()
-                 (push (org-id-get-create) org-ids)
+                 (push (org-id-get) org-ids)
                  (append-to-buffer
                   buf
                   (point)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]