aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-18 05:11:34 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-18 05:11:34 +0800
commit8cb58581578215fc6ee71a3c7e947a558a9ba19c (patch)
treebf00cddc4715a5a64c1b55f8285f7c984cbf05ea /mail/ChangeLog
parent99a779567bde67b8994af25d13bfd6f6e48fea04 (diff)
downloadgsoc2013-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/ChangeLog9
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.