aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-tools.h4
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 56a38a5bee..4735b615db 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
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,
fixes possabilities of having multiple default accounts and things
like deleting the current default account]
diff --git a/mail/mail-tools.h b/mail/mail-tools.h
index 6f0c1de765..4e29edbefe 100644
--- a/mail/mail-tools.h
+++ b/mail/mail-tools.h
@@ -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);