[balsa] New error code
- From: Peter Bloomfield <PeterB src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [balsa] New error code
- Date: Sun, 27 Dec 2009 01:23:55 +0000 (UTC)
commit 486000f49e4e2714c21f460aa09c2d113afb8add
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Sat Dec 26 20:16:37 2009 -0500
New error code
ChangeLog | 11 +----------
libbalsa/libbalsa.h | 3 ++-
2 files changed, 3 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 640f4c3..aa3db05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,6 @@
2009-12-26 Peter Bloomfield
- * libbalsa/body.h: new methods to save parts with Content-ID
- headers, and to test whether a part list contains such a part;
- remove the owns-dir member.
- * libbalsa/body.c (libbalsa_message_body_new),
- (libbalsa_message_body_free),
- (libbalsa_message_body_get_content_id),
- (libbalsa_message_body_save_temporary),
- (libbalsa_message_body_save_parts_by_id),
- (libbalsa_message_body_get_by_id),
- (libbalsa_message_body_has_cid_part): implement the methods.
+ * libbalsa/libbalsa.h: new error codes.
2009-12-20 Peter Bloomfield
diff --git a/libbalsa/libbalsa.h b/libbalsa/libbalsa.h
index 1a6ff78..16c5a2a 100644
--- a/libbalsa/libbalsa.h
+++ b/libbalsa/libbalsa.h
@@ -99,7 +99,8 @@ enum {
LIBBALSA_MAILBOX_OPEN_ERROR,
LIBBALSA_MAILBOX_TOOMANYOPEN_ERROR,
LIBBALSA_MAILBOX_ACCESS_ERROR,
- LIBBALSA_MAILBOX_DUPLICATES_ERROR
+ LIBBALSA_MAILBOX_DUPLICATES_ERROR,
+ LIBBALSA_MAILBOX_TEMPDIR_ERROR
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]