diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-16 03:34:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-16 03:34:54 +0800 |
commit | e088dbce225e56862a0076ed6465eb217a56a977 (patch) | |
tree | f9d9fca5398dd529295e7c0c189471c790f4c68d /mail/mail.h | |
parent | b0bac93a1ef3963c1d432a06015e09e1042208d0 (diff) | |
download | gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar.gz gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar.bz2 gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar.lz gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar.xz gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.tar.zst gsoc2013-evolution-e088dbce225e56862a0076ed6465eb217a56a977.zip |
Fixed misuse of an uninitialized variable.
2001-06-15 Jeffrey Stedfast <fejj@ximian.com>
* mail-ops.c (mail_send_message): Fixed misuse of an uninitialized
variable.
* component-factory.c (destination_folder_handle_drop): Implemented.
* mail.h: Added prototype for evolution_folder_info_factory_init.
* mail-ops.c (mail_do_transfer_messages): Now takes a const char*
as the dest_uri. This works better all around since we strdup'd
the string anyway.
svn path=/trunk/; revision=10255
Diffstat (limited to 'mail/mail.h')
-rw-r--r-- | mail/mail.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail.h b/mail/mail.h index a024ff23e4..5c592a1263 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -72,3 +72,6 @@ void mail_hash_storage (CamelService *store, EvolutionStorage *storage); EvolutionStorage *mail_lookup_storage (CamelStore *store); void mail_storages_foreach (GHFunc func, gpointer data); int mail_storages_count (void); + + +void evolution_folder_info_factory_init (void); |