Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv4481/src/gui

Modified Files:
        wxOptionsDlg.cpp 
Log Message:
added an option "Get GPG key from server"

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.372
retrieving revision 1.373
diff -b -u -2 -r1.372 -r1.373
--- wxOptionsDlg.cpp    16 Jul 2003 08:30:07 -0000      1.372
+++ wxOptionsDlg.cpp    16 Jul 2003 17:03:34 -0000      1.373
@@ -517,6 +517,7 @@
    ConfigField_PGPCommand,
    ConfigField_PGPKeyServer,
+   ConfigField_PGPGetPubKey,
 
-   ConfigField_HelpersLast = ConfigField_PGPKeyServer,
+   ConfigField_HelpersLast = ConfigField_PGPGetPubKey,
 
    // other options
@@ -1573,4 +1574,5 @@
    { gettext_noop("&GPG command"),                Field_File,    -1                   
   },
    { gettext_noop("GPG &key server"),             Field_Text,    -1                   
   },
+   { gettext_noop("Get GPG key &from server"),    Field_Bool,    -1                   
   },
 
    // other options
@@ -2007,4 +2009,5 @@
    CONFIG_ENTRY(MP_PGP_COMMAND),
    CONFIG_ENTRY(MP_PGP_KEYSERVER),
+   CONFIG_ENTRY(MP_PGP_GET_PUBKEY),
 
    // other



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to