Update of /cvsroot/mahogany/M/src/modules/crypt
In directory sc8-pr-cvs1:/tmp/cvs-serv11276/src/modules/crypt
Modified Files:
PGPEngine.cpp
Log Message:
added (not working) option for pgp command
Index: PGPEngine.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/crypt/PGPEngine.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- PGPEngine.cpp 4 Dec 2002 21:00:33 -0000 1.6
+++ PGPEngine.cpp 5 Dec 2002 00:18:49 -0000 1.7
@@ -38,4 +38,10 @@
// ----------------------------------------------------------------------------
+// options we use here
+// ----------------------------------------------------------------------------
+
+extern const MOption MP_PGP_COMMAND;
+
+// ----------------------------------------------------------------------------
// persistent msgboxes we use here
// ----------------------------------------------------------------------------
@@ -477,4 +483,6 @@
String& messageOut)
{
+ Profile *profile = mApplication->GetProfile();
+
PGPProcess process;
long pid = wxExecute
@@ -483,4 +491,5 @@
(
"%s --status-fd=2 --command-fd 0 --output - -a %s",
+// String(READ_CONFIG_TEXT(profile, MP_PGP_COMMAND)), //FIXME
#ifdef OS_WIN
"G:\\Internet\\PGP\\GPG-1.2.1\\gpg.exe", // TODO
-------------------------------------------------------
This SF.net email is sponsored by: Microsoft Visual Studio.NET
comprehensive development tool, built to increase your
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates