diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-13 13:59:32 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-13 13:59:32 +0800 |
commit | f88c5b4073c70a294157094d2108795c3f160d32 (patch) | |
tree | b5deabcacf24d91a4f70d144ff8136cd7b64958a /mail/ChangeLog | |
parent | 771f82cebe9a0113e75bc58db3eb8fde3878ed6b (diff) | |
download | gsoc2013-evolution-f88c5b4073c70a294157094d2108795c3f160d32.tar gsoc2013-evolution-f88c5b4073c70a294157094d2108795c3f160d32.tar.gz gsoc2013-evolution-f88c5b4073c70a294157094d2108795c3f160d32.tar.bz2 gsoc2013-evolution-f88c5b4073c70a294157094d2108795c3f160d32.tar.lz gsoc2013-evolution-f88c5b4073c70a294157094d2108795c3f160d32.tar.xz gsoc2013-evolution-f88c5b4073c70a294157094d2108795c3f160d32.tar.zst gsoc2013-evolution-f88c5b4073c70a294157094d2108795c3f160d32.zip |
Get the X-Evolution-Transport URL and use that if it exists, else fall
2001-01-13 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (do_send_queue): Get the X-Evolution-Transport URL
and use that if it exists, else fall back on the default
transport.
* mail-callbacks.c (composer_postpone_cb): Set an
X-Evolution-Transport header.
svn path=/trunk/; revision=7474
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 f2dbf4a922..8ccd4fc80f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-01-13 Jeffrey Stedfast <fejj@ximian.com> + + * mail-ops.c (do_send_queue): Get the X-Evolution-Transport URL + and use that if it exists, else fall back on the default + transport. + + * mail-callbacks.c (composer_postpone_cb): Set an + X-Evolution-Transport header. + 2001-01-12 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Removed GPG_* variables. |