/[gpgoe]/trunk/src/OEProc.c
ViewVC logotype

Diff of /trunk/src/OEProc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22 by twoaday, Tue Apr 11 06:56:23 2006 UTC revision 23 by twoaday, Sat Aug 18 10:55:14 2007 UTC
# Line 28  Line 28 
28  #include "gpgme.h"  #include "gpgme.h"
29  #include "GPGOE.h"  #include "GPGOE.h"
30    
31    /* FIXME: I'm not sure if this still works with the Vista version of Express */
32    
33  /* Outlook V6.x command IDs. */  /* Outlook V6.x command IDs. */
34  #define ID_OE_ENCRYPT       40260  #define ID_OE_ENCRYPT       40260
35  #define ID_OE_SIGN          40299  #define ID_OE_SIGN          40299
# Line 57  static int plugin_preload_done = 0; Line 59  static int plugin_preload_done = 0;
59  HANDLE plugin_active = NULL;  HANDLE plugin_active = NULL;
60    
61    
   
62  /* Display a warning that the attachments of the mail will be  /* Display a warning that the attachments of the mail will be
63     sent in cleartext. */     sent in cleartext. */
64  static void  static void
# Line 249  oe_proc (HWND hwnd, UINT msg, WPARAM wpa Line 250  oe_proc (HWND hwnd, UINT msg, WPARAM wpa
250      switch (msg) {      switch (msg) {
251      case WM_CREATE:      case WM_CREATE:
252          if (!plugin_preload_done) {          if (!plugin_preload_done) {
253              /* we need to load this lib here otherwise the richedit              /* We need to load this lib here otherwise the richedit
254                 control would not be displayed. */                 control would not be displayed. */
255              LoadLibrary ("RichEd32.Dll");              LoadLibrary ("RichEd32.Dll");
256              setup_gettext();              setup_gettext();

Legend:
Removed from v.22  
changed lines
  Added in v.23

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26