branch: externals/gnorb
commit 648f5a7836724ff14effa3fe0ab42a8b1ba851b6
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>

    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