aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-06 06:18:23 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-06 06:18:23 +0000
commit17399356e839cf4a4d6ca12d52086fe01b857881 (patch)
treefb18772f555fbfff52746212efb6e42610d3535d /ChangeLog
parentf1746b3308d931646ebd955b1ee479fc9ff8bb57 (diff)
changed message-id string into more difficult one to guess e-mail address.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2885 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48f99b8d..ce821393 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-06-06
+ * src/compose.c: compose_generate_msgid(): don't use mailbox part
+ of address directly, instead use md5 hash of random number + mailbox
+ part.
+
+2011-06-06
+
* src/compose.c: compose_send(): don't close compose window when
saving to outbox failed.