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

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

[elpa] externals/gnorb c0e03b2 081/449: Actually add the sent message ID


From: Stefan Monnier
Subject: [elpa] externals/gnorb c0e03b2 081/449: Actually add the sent message ID to the TODO
Date: Fri, 27 Nov 2020 23:15:13 -0500 (EST)

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

    Actually add the sent message ID to the TODO
    
    lisp/gnorb-utils.el: Due to gross programmer negligence,
                     gnorb-trigger-todo-action wasn't actually adding
                     the Message-ID value of sent messages to the
                     relevant TODO heading
---
 lisp/gnorb-utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnorb-utils.el b/lisp/gnorb-utils.el
index 8b7ebd2..3200a6b 100644
--- a/lisp/gnorb-utils.el
+++ b/lisp/gnorb-utils.el
@@ -134,7 +134,7 @@ the prefix arg."
          (sent-id (plist-get gnorb-gnus-sending-message-info :msg-id)))
       (when sent-id
        (org-entry-add-to-multivalued-property
-        root-marker gnorb-org-msg-id-key))
+        root-marker gnorb-org-msg-id-key sent-id))
       (if (eq action 'note)
          (call-interactively note-func)
        (when (or (and ret-dest-todo



reply via email to

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