From ca5b2edee1194fed4896430261c5df9fbb5a9749 Mon Sep 17 00:00:00 2001 From: Christoph Hohmann Date: Sat, 4 Jan 2003 20:49:30 +0000 Subject: [PATCH] 0.8.8claws43 * src/procmsg.c update save folder after adding the sent message --- ChangeLog.claws | 5 +++++ configure.in | 2 +- src/procmsg.c | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 87d39e5ce..4a92f8ad6 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2003-01-04 [christoph] 0.8.8claws43 + + * src/procmsg.c + update save folder after adding the sent message + 2003-01-02 [christoph] 0.8.8claws42 * src/common/plugin.c diff --git a/configure.in b/configure.in index 48f52939a..78fc20dde 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=8 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws42 +EXTRA_VERSION=claws43 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/procmsg.c b/src/procmsg.c index 3298c69fc..db179c1b3 100644 --- a/src/procmsg.c +++ b/src/procmsg.c @@ -969,6 +969,7 @@ gint procmsg_save_to_outbox(FolderItem *outbox, const gchar *file, procmsg_msginfo_unset_flags(msginfo, ~0, 0); procmsg_msginfo_free(msginfo); } + folder_update_item(outbox, TRUE); return 0; } -- 2.25.1