Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3070/src/modules
Modified Files:
HtmlViewer.cpp
Log Message:
images starting with cid: are not external, show them always
Index: HtmlViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/HtmlViewer.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -b -u -2 -r1.76 -r1.77
--- HtmlViewer.cpp 16 Apr 2006 19:39:45 -0000 1.76
+++ HtmlViewer.cpp 27 Jun 2006 00:35:07 -0000 1.77
@@ -1248,5 +1248,7 @@
return profileValues.inlineGFX &&
- (url.StartsWith(_T("memory:")) || profileValues.showExtImages);
+ (url.StartsWith(_T("memory:")) ||
+ url.StartsWith(_T("cid:")) ||
+ profileValues.showExtImages);
}
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates