diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-02 03:11:32 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-02 03:11:32 +0800 |
commit | 14d9f8c04e5e4411d0bb420bd772a6b3dfee97a3 (patch) | |
tree | 444c0e57b625a2e9593a796ac4dcf5851e21b823 /mail/mail-tools.h | |
parent | 80a4835173ca22b1eeb7b29f3eb16e49207bb808 (diff) | |
download | gsoc2013-evolution-14d9f8c04e5e4411d0bb420bd772a6b3dfee97a3.tar.gz gsoc2013-evolution-14d9f8c04e5e4411d0bb420bd772a6b3dfee97a3.tar.zst gsoc2013-evolution-14d9f8c04e5e4411d0bb420bd772a6b3dfee97a3.zip |
Don't use mail_tool_get_folder_name here since that function only existed
* mail-local.c (mail_local_reconfigure_folder): Don't use
mail_tool_get_folder_name here since that function only existed to
be clever in a certain case that this is not.
(reconfigure_folder_free): Remove the dialog from the hash table
here so that it gets removed in the successfully-reconfigured case
too. Don't unref folder_out if it never got set.
(reconfigure_clicked): Remove the hash table code from here; it's
in reconfigure_folder_free now.
* mail-tools.c (mail_tool_get_folder_name): No longer used by
anything.
(mail_tool_get_folder_from_urlname): Also not used anywhere.
svn path=/trunk/; revision=13273
Diffstat (limited to 'mail/mail-tools.h')
-rw-r--r-- | mail/mail-tools.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/mail-tools.h b/mail/mail-tools.h index b44086352b..7d795cafa5 100644 --- a/mail/mail-tools.h +++ b/mail/mail-tools.h @@ -37,14 +37,6 @@ typedef struct _xevolution { char *format; } XEvolution; -/* Get a CamelFolder from a root url and a foldername (uses the global session)*/ -CamelFolder * -mail_tool_get_folder_from_urlname (const gchar *url, const gchar *name, - guint32 flags, CamelException *ex); - -/* Get a useful name for a given CamelFolder (ie, not "mbox") */ -char *mail_tool_get_folder_name (CamelFolder *folder); - /* Get the filename for our movemail folder or storage */ gchar *mail_tool_get_local_movemail_path (void); |