diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-23 10:47:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-23 10:47:57 +0800 |
commit | 096f54cfa0d3ec4916c3c27038ce2d609b5edbd0 (patch) | |
tree | b53cf29d10710aeff31ba9b0a4739c0ed6994082 /mail/ChangeLog | |
parent | ce15b4480fcf7cb0cb2b7d8257d4d548ab5fdbe2 (diff) | |
download | gsoc2013-evolution-096f54cfa0d3ec4916c3c27038ce2d609b5edbd0.tar gsoc2013-evolution-096f54cfa0d3ec4916c3c27038ce2d609b5edbd0.tar.gz gsoc2013-evolution-096f54cfa0d3ec4916c3c27038ce2d609b5edbd0.tar.bz2 gsoc2013-evolution-096f54cfa0d3ec4916c3c27038ce2d609b5edbd0.tar.lz gsoc2013-evolution-096f54cfa0d3ec4916c3c27038ce2d609b5edbd0.tar.xz gsoc2013-evolution-096f54cfa0d3ec4916c3c27038ce2d609b5edbd0.tar.zst gsoc2013-evolution-096f54cfa0d3ec4916c3c27038ce2d609b5edbd0.zip |
Automagically fill in the user's default transport if he/she has setup
2001-01-22 Jeffrey Stedfast <fejj@ximian.com>
* mail-config-druid.c (set_defaults): Automagically fill in the
user's default transport if he/she has setup previous accounts.
svn path=/trunk/; revision=7736
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 679600812f..2324ac7700 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2001-01-22 Jeffrey Stedfast <fejj@ximian.com> + * mail-config-druid.c (set_defaults): Automagically fill in the + user's default transport if he/she has setup previous accounts. + * mail-format.c (handle_multipart_signed): Just wrote a temp way of reporting success/fail of PGP/MIME signature verification status. |