Remove this prototype for a function that was removed long ago.

2001-07-18  Jason Leach  <jleach@ximian.com>

	* mail-tools.h (mail_tool_get_local_inbox_url): Remove this
	prototype for a function that was removed long ago.
	(mail_tool_get_local_movemail_url): Ditto.

svn path=/trunk/; revision=11220
This commit is contained in:
Jason Leach
2001-07-19 03:41:05 +00:00
committed by Jacob Leach
parent fbc89c9d81
commit 5dc01effa5
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2001-07-18 Jason Leach <jleach@ximian.com>
* mail-tools.h (mail_tool_get_local_inbox_url): Remove this
prototype for a function that was removed long ago.
(mail_tool_get_local_movemail_url): Ditto.
2001-07-18 Jason Leach <jleach@ximian.com>
[Simplifying how default account is stored and used internally,

View File

@ -36,12 +36,8 @@ mail_tool_get_folder_from_urlname (const gchar *url, const gchar *name,
/* Get a useful name for a given CamelFolder (ie, not "mbox") */
char *mail_tool_get_folder_name (CamelFolder *folder);
/* Get the url for the local inbox, index returns if the mailbox is indexed */
gchar *mail_tool_get_local_inbox_url (int *index);
/* Get the filename for our movemail folder or storage */
gchar *mail_tool_get_local_movemail_path (void);
gchar *mail_tool_get_local_movemail_url (void);
/* Get the CamelFolder for the local inbox */
CamelFolder *mail_tool_get_local_inbox (CamelException *ex);