0.8.8claws43

* src/procmsg.c
        update save folder after adding the sent message
This commit is contained in:
Christoph Hohmann 2003-01-04 20:49:30 +00:00
parent 5e3cd1571b
commit ca5b2edee1
3 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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

View file

@ -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;
}