sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 6c5d5466081e2480e44f2049a0ba29b9b6790332
parent 1181fc0a8163b9361efeafa13f840a8ca030dccc
Author: Hamish Downer <dmishd@gmail.com>
Date:   Fri, 11 Feb 2011 00:27:22 +0000

also re-run crypto-selector after editing field

Diffstat:
M lib/sup/modes/edit-message-mode.rb | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/modes/edit-message-mode.rb b/lib/sup/modes/edit-message-mode.rb
@@ -486,6 +486,7 @@ protected
       if contacts
         text = contacts.map { |s| s.full_address }.join(", ")
         @header[field] = parse_header field, text
+        rerun_crypto_selector_hook
         update
       end
     end