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

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

[elpa] externals/gnorb 305a704 216/449: Don't append the message-exit-ac


From: Stefan Monnier
Subject: [elpa] externals/gnorb 305a704 216/449: Don't append the message-exit-action
Date: Fri, 27 Nov 2020 23:15:42 -0500 (EST)

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

    Don't append the message-exit-action
    
    * lisp/gnorb-gnus.el (gnorb-gnus-outgoing-do-todo): Somehow I feel safer
      with gnorb-org-restore-after-send as the last item of the exit
      actions.
---
 lisp/gnorb-gnus.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/gnorb-gnus.el b/lisp/gnorb-gnus.el
index 812ea43..a69b5d1 100644
--- a/lisp/gnorb-gnus.el
+++ b/lisp/gnorb-gnus.el
@@ -409,8 +409,7 @@ work."
        'message-exit-actions
        (if header-ids
           'gnorb-org-restore-after-send
-        'gnorb-gnus-outgoing-make-todo-1)
-       t)
+        'gnorb-gnus-outgoing-make-todo-1))
       (message
        (if header-ids
           "Message will trigger TODO state-changes after sending"



reply via email to

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