Update of /cvsroot/tmda/tmda/contrib/cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv15117
Modified Files:
tmda-cgi.py
Log Message:
Added an "InProcess" session variable for tracking which messages have been
released but still may show up on the pending list (since they now need to go
through the mail server before they are renamed).
Index: tmda-cgi.py
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/cgi/tmda-cgi.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tmda-cgi.py 25 Nov 2002 17:11:55 -0000 1.1
+++ tmda-cgi.py 26 Nov 2002 19:30:56 -0000 1.2
@@ -63,9 +63,10 @@
elif Form.has_key("cmd"):
# Just log in?
if Form.has_key("user"):
- PVars["SortDir"] = "desc"
- PVars["Pager"] = 0
- PVars["Headers"] = "short"
+ PVars["SortDir"] = "desc"
+ PVars["Pager"] = 0
+ PVars["Headers"] = "short"
+ PVars["InProcess"] = {}
PVars.Save()
import CgiUtil
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs