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

Diff of /trunk/src/OECrypto.c

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

revision 10 by twoaday, Mon Mar 27 12:47:50 2006 UTC revision 11 by twoaday, Mon Apr 3 17:10:15 2006 UTC
# Line 559  oe_handle_mail (plugin_ctx_t ctx) Line 559  oe_handle_mail (plugin_ctx_t ctx)
559      int msg_type = 0;      int msg_type = 0;
560    
561      assert (ctx);      assert (ctx);
562            
563      msg = window_get_message (ctx->main_wnd);      msg = window_get_message (ctx->main_wnd);
564      if (!msg || strlen (msg) == 2) {      if (!msg || strlen (msg) == 2) {
565          free_if_alloc (msg);          free_if_alloc (msg);
# Line 587  oe_handle_mail (plugin_ctx_t ctx) Line 587  oe_handle_mail (plugin_ctx_t ctx)
587                              viewer_dlg_proc, (LPARAM)&viewer);                              viewer_dlg_proc, (LPARAM)&viewer);
588          }          }
589      }      }
590      else {      else if (ctx->sign || ctx->encrypt) {
591          if (!ctx->to && !ctx->cc && !ctx->bcc) {          if (!ctx->to && !ctx->cc && !ctx->bcc) {
592              free_if_alloc (msg);              free_if_alloc (msg);
593              return gpg_error (GPG_ERR_NO_DATA);              return gpg_error (GPG_ERR_NO_DATA);

Legend:
Removed from v.10  
changed lines
  Added in v.11

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26