1 message in net.sourceforge.lists.courier-sqwebmail[sqwebmail] [PATCH] Fixed displaying ...
FromSent OnAttachments
Marcin SemeniukJun 5, 2006 4:51 am.patch
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] [PATCH] Fixed displaying WASSENT messageActions...
From:Marcin Semeniuk (m.se@net.icm.edu.pl)
Date:Jun 5, 2006 4:51:26 am
List:net.sourceforge.lists.courier-sqwebmail
Attachments:

Hello Sam,

In folders.html is "variable" WASSENT. It shoud be used to display message when you send letter, but it doesn't work. I fixed it.

--- courier-0.53.2/webmail/newmsg.c~ 2006-06-05 11:10:50.000000000 +0200 +++ courier-0.53.2/webmail/newmsg.c 2006-06-05 13:24:11.000000000 +0200 @@ -823,6 +823,8 @@ { if ( *cgi("pos")) http_redirect_argss("&form=readmsg&pos=%s", cgi("pos"), ""); + else if (*cgi("sendmsg")) + http_redirect_argss("&form=folders&foldermsg=sent", "", ""); else http_redirect_argss("&form=folders", "", ""); }