aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgparsemail.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-4/+4
The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command.
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+10
2007-09-10Preparing 2.0.7gnupg-2.0.7Werner Koch1-45/+79
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2006-05-23g10/ does build again.Werner Koch1-1/+5
2005-12-16Fixed importing certs created by newer versions of Mozilla.Werner Koch1-2/+4
2005-12-14Add support for direct pkcs#7 signaturesWerner Koch1-10/+65
2004-01-30* configure.ac: Require libksba 0.9.3 due to another bug fix there.Werner Koch1-1/+1
* sign.c (add_certificate_list): Decrement N for the first cert. * Makefile.am (sbin_SCRIPTS): New, to install addgnupghome. (EXTRA_DIST): Added rfc822parse.c rfc822parse.h gpgparsemail.c which might be useful for debugging.
2004-01-27Some minor bug fixes, new test utilities and started support for otherWerner Koch1-0/+705
smartcard applications.