aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-12 09:25:32 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-12 09:25:32 +0800
commitc28cd1ebd751de621c37d9ca3a5e4db8638111a9 (patch)
tree07864cb802edc6b2e6427b02b4d8f609b3ea8d0c
parent5903013def71c0e877282944272f1d0b8dfc36ef (diff)
downloadgsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.gz
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.bz2
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.lz
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.xz
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.tar.zst
gsoc2013-evolution-c28cd1ebd751de621c37d9ca3a5e4db8638111a9.zip
Fixed a warning.
2000-08-11 Christopher James Lahey <clahey@helixcode.com> * mail-format.c, mail-tools.h, message-list.c: Fixed a warning. svn path=/trunk/; revision=4760
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/mail-format.c1
-rw-r--r--mail/mail-tools.h3
-rw-r--r--mail/message-list.c1
4 files changed, 8 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ead1030e78..c8ed157b18 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-11 Christopher James Lahey <clahey@helixcode.com>
+
+ * mail-format.c, mail-tools.h, message-list.c: Fixed a warning.
+
2000-08-11 Dan Winship <danw@helixcode.com>
* mail-display.c, mail-format.c: Redo this again. Get rid of
diff --git a/mail/mail-format.c b/mail/mail-format.c
index 48e7133540..4086c5cb0f 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -24,6 +24,7 @@
*/
#include <config.h>
+#include "mail-tools.h"
#include "mail-display.h"
#include "mail.h"
#include "e-util/e-html-utils.h"
diff --git a/mail/mail-tools.h b/mail/mail-tools.h
index 16215f38c9..106a971530 100644
--- a/mail/mail-tools.h
+++ b/mail/mail-tools.h
@@ -103,4 +103,7 @@ mail_tool_uri_to_folder (const char *uri, CamelException *ex);
CamelFolder *
mail_tool_uri_to_folder_noex (const char *uri);
+GHashTable *
+mail_lookup_url_table (CamelMimeMessage *mime_message);
+
#endif
diff --git a/mail/message-list.c b/mail/message-list.c
index 3f63c55478..7e9c28e23c 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -940,7 +940,6 @@ static gint
idle_select_row (gpointer user_data)
{
MessageList *ml = MESSAGE_LIST (user_data);
- ETableScrolled *ets = E_TABLE_SCROLLED (ml->etable);
message_list_select (ml, -1, MESSAGE_LIST_SELECT_NEXT,
0, CAMEL_MESSAGE_SEEN);