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 |
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 |
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(); |