aboutsummaryrefslogtreecommitdiffstats
path: root/gpgmeplug/gpgsmplug.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added specification of strings and bool values for S/MIME signing and ↵Karl-Heinz Zimmer2001-12-241-0/+35
| | | | encrypting. (note: this new StructuringInfo feature is ignored by KMail at the moment, this is an urgent ToDo item since the KMail sources are _not_ able to use the cryptplug with the changes made today)
* 2001-11-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-221-0/+2
* gpgme.h (gpgme_set_protocol): New prototype. 2001-11-22 Marcus Brinkmann <[email protected]> * Makefile.am (libgpgsmplug_la_LIBADD): New variable. (libgpgsmplug_la_LDFLAGS): Likewise. (libgpgsmplug_la_SOURCES): Likewise. (lib_LTLIBRARIES): Add libgpgsmplug.la. (INCLUDES): Include the local gpgme.h. * gpgmeplug.c (signMessage): Set protocol. (GPGMEPLUG_PROTOCOL) [!GPGMEPLUG_PROTOCOL]: Set GPGMEPLUG_PROTOCOL. * gpgsmplug.c: New file.