diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-18 05:11:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-18 05:11:34 +0800 |
commit | 8cb58581578215fc6ee71a3c7e947a558a9ba19c (patch) | |
tree | bf00cddc4715a5a64c1b55f8285f7c984cbf05ea /mail/ChangeLog | |
parent | 99a779567bde67b8994af25d13bfd6f6e48fea04 (diff) | |
download | gsoc2013-evolution-8cb58581578215fc6ee71a3c7e947a558a9ba19c.tar gsoc2013-evolution-8cb58581578215fc6ee71a3c7e947a558a9ba19c.tar.gz gsoc2013-evolution-8cb58581578215fc6ee71a3c7e947a558a9ba19c.tar.bz2 gsoc2013-evolution-8cb58581578215fc6ee71a3c7e947a558a9ba19c.tar.lz gsoc2013-evolution-8cb58581578215fc6ee71a3c7e947a558a9ba19c.tar.xz gsoc2013-evolution-8cb58581578215fc6ee71a3c7e947a558a9ba19c.tar.zst gsoc2013-evolution-8cb58581578215fc6ee71a3c7e947a558a9ba19c.zip |
New config function to set the path to the pgp binary.
2001-01-17 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.c (mail_config_set_pgp_path): New config function to
set the path to the pgp binary.
(mail_config_get_pgp_path): Gee I wonder...
(mail_config_set_pgp_type): This one sets the type (ie PGP5, PGP2,
or GnuPG - see openpgp-utils.h for values)
(mail_config_get_pgp_type): Der.
svn path=/trunk/; revision=7596
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 77dce568ab..46afc6b92d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,14 @@ 2001-01-17 Jeffrey Stedfast <fejj@ximian.com> + * mail-config.c (mail_config_set_pgp_path): New config function to + set the path to the pgp binary. + (mail_config_get_pgp_path): Gee I wonder... + (mail_config_set_pgp_type): This one sets the type (ie PGP5, PGP2, + or GnuPG - see openpgp-utils.h for values) + (mail_config_get_pgp_type): Der. + +2001-01-17 Jeffrey Stedfast <fejj@ximian.com> + * mail-account-editor.c (construct): Handle NULL source and, while we're at it, transport URLs. Apparently camel_url_new() and/or camel-url_free() don't handle NULL input well. |