2004-11-16 [colin] 0.9.12cvs148.1

* src/procmsg.c
		Sync with head (Fix the fix)
This commit is contained in:
Colin Leroy 2004-11-16 15:46:28 +00:00
parent 8a1fcc27b9
commit 9319c8fe9a
4 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-11-16 [colin] 0.9.12cvs148.1
* src/procmsg.c
Sync with head (Fix the fix)
2004-11-16 [colin] 0.9.12cvs147.1
* src/procmsg.c

View file

@ -240,3 +240,4 @@
( cvs diff -u -r 1.382.2.65 -r 1.382.2.66 src/compose.c; ) > 0.9.12cvs146.13.patchset
( cvs diff -u -r 1.382.2.66 -r 1.382.2.67 src/compose.c; ) > 0.9.12cvs146.14.patchset
( cvs diff -u -r 1.150.2.12 -r 1.150.2.13 src/procmsg.c; ) > 0.9.12cvs147.1.patchset
( cvs diff -u -r 1.150.2.13 -r 1.150.2.14 src/procmsg.c; ) > 0.9.12cvs148.1.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=9
MICRO_VERSION=12
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=147
EXTRA_VERSION=148
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=.1

View file

@ -1146,7 +1146,8 @@ gint procmsg_send_message_queue(const gchar *file)
g_free(encrypt_data);
return -1;
}
procmime_mimeinfo_free_all(mimeinfo);
rewind(fp);
filepos = 0;
}