aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-06-28 03:07:06 +0800
committerPeter Williams <peterw@src.gnome.org>2000-06-28 03:07:06 +0800
commit37a9065a63042dd3ec0c635b5181d963cc8a7493 (patch)
tree350fe660965e77107692f019716f8f9cc4788b61 /mail
parent8a22b04d886149645c84e5f0fdb8795308f3d62f (diff)
downloadgsoc2013-evolution-37a9065a63042dd3ec0c635b5181d963cc8a7493.tar.gz
gsoc2013-evolution-37a9065a63042dd3ec0c635b5181d963cc8a7493.tar.zst
gsoc2013-evolution-37a9065a63042dd3ec0c635b5181d963cc8a7493.zip
Little teeny fixes
svn path=/trunk/; revision=3764
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);
ommit/cad/pcb?h=gnome-3.24&id=5f82a46037e9f3edcfda473236fd02495b0149ec'>Add SIZE.trevor2004-01-281-0/+1 * - Update to 20030815 snapshotpav2004-01-227-130/+164 * Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-5/+5 * Release maintainership of ports due to personal technical difficulties.naddy2003-07-311-1/+1 * Update to 1.7.3 and fix unfetchable distfileoliver2003-07-247-67/+78 * De-pkg-comment.knu2003-02-212-1/+1 * Fix build on -current (don't define sys_nerr)kris2003-01-121-0/+16 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Remove dependency on texi2html port; a different version ofkris2002-09-191-2/+1 * Unmark BROKEN. It builds fine.alane2002-09-181-2/+0 * Add URL.okazaki2002-09-011-0/+2 * BROKEN: Does not buildkris2002-05-181-0/+2 * Use new domain name for Tokyo University of Science.trevor2002-05-181-1/+1