[Nym3-commit] r153 - trunk/nym3/Client
laurent at komite.net
laurent at komite.net
Mon Jan 3 15:31:30 CET 2005
Author: laurent
Date: 2005-01-03 15:31:29 +0100 (Mon, 03 Jan 2005)
New Revision: 153
Modified:
trunk/nym3/Client/testcurses.py
Log:
Untag messages when a tag-prefixed command is executed.
Modified: trunk/nym3/Client/testcurses.py
===================================================================
--- trunk/nym3/Client/testcurses.py 2005-01-03 00:20:43 UTC (rev 152)
+++ trunk/nym3/Client/testcurses.py 2005-01-03 14:31:29 UTC (rev 153)
@@ -552,6 +552,9 @@
self.action[c]()
if t:
self.tagprefix = False
+ # This is mutt's behaviour and I think it's sensible:
+ # tagged message are only tagged for one command.
+ self.tagged = {}
elif self.mode == Screen_ctx.MODE_PAGER:
if self.pager_action.has_key(c):
self.pager_action[c]()
More information about the Nym3-commit
mailing list