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

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

[elpa] externals/gnorb 648f5a7 295/449: Remove process mark after bulk a


From: Stefan Monnier
Subject: [elpa] externals/gnorb 648f5a7 295/449: Remove process mark after bulk association
Date: Fri, 27 Nov 2020 23:15:58 -0500 (EST)

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

    Remove process mark after bulk association
    
    * gnorb-gnus.el (gnorb-gnus-incoming-do-todo): Users won't expect it to
      hang around.
---
 gnorb-gnus.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index ba92bc6..d3703f9 100644
--- a/gnorb-gnus.el
+++ b/gnorb-gnus.el
@@ -574,7 +574,8 @@ you'll stay in the Gnus summary buffer."
                (mail-header-id
                 (gnus-data-header
                  (gnus-data-find a)))
-               from subject targ group))
+               from subject targ group)
+              (gnus-summary-remove-process-mark a))
             (message "Associated %d messages with %s"
                      (length articles) (gnorb-pretty-outline targ)))
         ;; ...or just trigger the one.



reply via email to

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