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

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

[elpa] externals/gnorb 81c297f 440/449: [gnorb] We're not supposed to be


From: Stefan Monnier
Subject: [elpa] externals/gnorb 81c297f 440/449: [gnorb] We're not supposed to be useing gnorb-org-msg-id-key anymore
Date: Fri, 27 Nov 2020 23:16:28 -0500 (EST)

branch: externals/gnorb
commit 81c297f0cf1e3e060968d65092d24667dc45e684
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    [gnorb] We're not supposed to be useing gnorb-org-msg-id-key anymore
    
    * packages/gnorb/gnorb-gnus.el (gnorb-gnus-outgoing-make-todo-1):
    That's obsolete and read only, don't set it.
---
 gnorb-gnus.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index 5b54248..33b4f89 100644
--- a/gnorb-gnus.el
+++ b/gnorb-gnus.el
@@ -502,7 +502,6 @@ work."
        :annotation link))
     (org-capture nil gnorb-gnus-new-todo-capture-key)
     (when msg-id
-      (org-entry-put (point) gnorb-org-msg-id-key msg-id)
       (gnorb-registry-make-entry msg-id sender subject (org-id-get-create) 
group))))
 
 ;;; If an incoming message should trigger state-change for a Org todo,



reply via email to

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