[Nym3-commit] r311 - trunk/nymbaron/Client

jr at conuropsis.org jr at conuropsis.org
Mon Sep 26 22:12:26 CEST 2005


Author: jr
Date: 2005-09-26 22:12:25 +0200 (Mon, 26 Sep 2005)
New Revision: 311

Modified:
   trunk/nymbaron/Client/Account.py
Log:
Due to mixminion handling of tags, they should only be lowercase


Modified: trunk/nymbaron/Client/Account.py
===================================================================
--- trunk/nymbaron/Client/Account.py	2005-09-26 20:09:08 UTC (rev 310)
+++ trunk/nymbaron/Client/Account.py	2005-09-26 20:12:25 UTC (rev 311)
@@ -124,7 +124,7 @@
 	    raise AlreadySuchAccount()
 	while True:
 	    tag = Mail.genMid(8)
-	    rtag = Mail.mid2filename(tag)
+	    rtag = Mail.mid2filename(tag).lower()
 	    if not self.id2nick.has_key(rtag): break
 	self.nick2id[nick] = rtag
 	self.id2nick[rtag] = nick



More information about the Nym3-commit mailing list