diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-16 04:40:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-16 04:40:16 +0800 |
commit | e538df8df12dc91d0f1974f91c537da291085c1e (patch) | |
tree | 291df0d165cdf69e94cdf71317abde1054949f72 /camel/ChangeLog | |
parent | 2a740f635076f37be1a5aec047ba3222bbe3d7ca (diff) | |
download | gsoc2013-evolution-e538df8df12dc91d0f1974f91c537da291085c1e.tar gsoc2013-evolution-e538df8df12dc91d0f1974f91c537da291085c1e.tar.gz gsoc2013-evolution-e538df8df12dc91d0f1974f91c537da291085c1e.tar.bz2 gsoc2013-evolution-e538df8df12dc91d0f1974f91c537da291085c1e.tar.lz gsoc2013-evolution-e538df8df12dc91d0f1974f91c537da291085c1e.tar.xz gsoc2013-evolution-e538df8df12dc91d0f1974f91c537da291085c1e.tar.zst gsoc2013-evolution-e538df8df12dc91d0f1974f91c537da291085c1e.zip |
Get rid of the constant 'required' variable, just use the value when
2002-07-15 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_data): Get rid of
the constant 'required' variable, just use the value when calling
set_best_encoding.
svn path=/trunk/; revision=17465
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6fab3aa989..0792c232e2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2002-07-15 Jeffrey Stedfast <fejj@ximian.com> + * providers/smtp/camel-smtp-transport.c (smtp_data): Get rid of + the constant 'required' variable, just use the value when calling + set_best_encoding. + * providers/local/camel-local-provider.c: Changed the mbox and spool provider descriptions to try and be more clear. I'm not sure I like the mention of Evolution in the mbox provider description, |