diff options
author | 4 <NotZed@Ximian.com> | 2001-09-25 03:31:36 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-25 03:31:36 +0800 |
commit | 9a864d05fef7e45c251048bebaadbfd5e07d5ac7 (patch) | |
tree | ab3b028b70b28be23bd538988211037e3852db8c /mail/mail-local.c | |
parent | 450e955e76ca9174658c0bb94e99e4174df2fe48 (diff) | |
download | gsoc2013-evolution-9a864d05fef7e45c251048bebaadbfd5e07d5ac7.tar.gz gsoc2013-evolution-9a864d05fef7e45c251048bebaadbfd5e07d5ac7.tar.zst gsoc2013-evolution-9a864d05fef7e45c251048bebaadbfd5e07d5ac7.zip |
Removed unused variables.
2001-09-24 <NotZed@Ximian.com>
* mail-local.c (mls_get_folder): Removed unused variables.
* component-factory.c (storage_create_folder): Remove unused
variable.
* mail-format.c (write_default_header): Used to write a header
that we know about/normally print. Use a static header table to
index these.
(write_header): removed.
(default_header_index): Return the index of the default header.
(write_headers): Changed the way it writes headers a bit. Use
write_default_header or write_text_header directly. Also try and
use the header charset as a fallback if the header can't be
decoded using the locale charset.
svn path=/trunk/; revision=13097
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r-- | mail/mail-local.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c index d3541d24a9..710a016d91 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -654,9 +654,6 @@ mls_get_folder(CamelStore *store, const char *folder_name, guint32 flags, CamelE { MailLocalStore *local_store = MAIL_LOCAL_STORE (store); MailLocalFolder *folder; - char *physical_uri; - CamelFolderInfo *info; - char *path = NULL; d(printf("--LOCAL-- get_folder: %s\n", folder_name)); |