aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-15 04:34:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-15 04:34:58 +0000
commitc5575f297c9e68bb0eaad671b4afb25ebe441186 (patch)
tree29b6cc0aa03f452f8ef3f5bf2e40a88449910293 /ChangeLog
parent017021009d0c7d9c6812834bb952edfd5411d3a5 (diff)
use quoted-printable or base64 to protect trailing spaces on PGP/MIME signing except for ISO-2022-JP.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1693 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a93ff6e4..0a241109 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-15
+
+ * libsylph/procmime.[ch]: procmime_get_encoding_for_str(): added.
+ * src/compose.c: compose_write_to_file(): chomp all trailing spaces
+ only if body charset is ISO-2022-JP. Use quoted-printable or
+ base64 in other case.
+
2007-05-14
* src/summaryview.c: the quick search key now persists on refresh.