aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog3
-rw-r--r--mail/message-list.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 79947c2ebb..94ce9f14f5 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,8 @@
2000-06-27 Peter Williams <peterw@curious-george.helixcode.com>
+ * message-list.c (mark_msg_seen): Need to return a value
+ on error.
+
* main.c (main): Don't start threads or enter threads if
there's no threading! Sigh.
diff --git a/mail/message-list.c b/mail/message-list.c
index cd66d3080e..06d21ae753 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -128,7 +128,7 @@ mark_msg_seen (gpointer data)
guint32 flags;
if (!ml->selected_uid)
- return;
+ return FALSE;
flags = camel_folder_get_message_flags (ml->folder, ml->selected_uid,
NULL);
class='commitgraph'>* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-2/+2 * Support stagebapt2014-04-112-11/+4 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Add an explicit dependency on pkgconfbapt2013-09-031-2/+1 * - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1 * Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixkwm2013-03-191-16/+9 * - update png to 1.5.10dinoex2012-06-011-1/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thiskwm2010-11-203-5/+42 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1 * Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-113-14/+133 * - update to 1.4.1dinoex2010-03-281-1/+1