Parent Directory
|
Revision Log
|
Patch
revision 174 by twoaday, Fri Dec 30 13:56:10 2005 UTC | revision 175 by twoaday, Tue Feb 7 08:58:04 2006 UTC | |
---|---|---|
# | Line 61 gpg_clip_sign_encrypt (gpgme_ctx_t ctx, | Line 61 gpg_clip_sign_encrypt (gpgme_ctx_t ctx, |
61 | return gpg_error (GPG_ERR_NO_PUBKEY); | return gpg_error (GPG_ERR_NO_PUBKEY); |
62 | ||
63 | gpgme_set_armor (ctx, 1); | gpgme_set_armor (ctx, 1); |
64 | gpgme_set_textmode (ctx, 1); | |
65 | ||
66 | err = gpg_data_new_from_clipboard (&plain, 0); | err = gpg_data_new_from_clipboard (&plain, 0); |
67 | if (err) | if (err) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |