aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-26 05:54:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-26 05:54:09 +0800
commitfe4bbe19bf2bd577edbb1e3aa17a4317be55b6ed (patch)
treed0ff3c18f5fb960090e8523b458491a1298601f2 /mail/ChangeLog
parent35ed08a7654b18590dd850ba7901e725be033394 (diff)
downloadgsoc2013-evolution-fe4bbe19bf2bd577edbb1e3aa17a4317be55b6ed.tar
gsoc2013-evolution-fe4bbe19bf2bd577edbb1e3aa17a4317be55b6ed.tar.gz
gsoc2013-evolution-fe4bbe19bf2bd577edbb1e3aa17a4317be55b6ed.tar.bz2
gsoc2013-evolution-fe4bbe19bf2bd577edbb1e3aa17a4317be55b6ed.tar.lz
gsoc2013-evolution-fe4bbe19bf2bd577edbb1e3aa17a4317be55b6ed.tar.xz
gsoc2013-evolution-fe4bbe19bf2bd577edbb1e3aa17a4317be55b6ed.tar.zst
gsoc2013-evolution-fe4bbe19bf2bd577edbb1e3aa17a4317be55b6ed.zip
Always prepend a leading "/" to the url->path. (set_service_url): Added
2000-07-25 Jeffrey Stedfast <fejj@helixcode.com> * mail-config.c (get_service_url): Always prepend a leading "/" to the url->path. (set_service_url): Added more error checking and also strip the leading '/' from the url->path (create_identity_page): Set the signature file to the one specified in the identity record, else set the default path to ~/.sugnature svn path=/trunk/; revision=4333
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index b8b098e807..1f90e5416f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -4,6 +4,8 @@
the url->path.
(set_service_url): Added more error checking and also strip the
leading '/' from the url->path
+ (create_identity_page): Set the signature file to the one specified in
+ the identity record, else set the default path to ~/.sugnature
2000-07-25 Michael Meeks <michael@helixcode.com>