diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-06 15:57:06 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-09-06 15:57:06 -0300 |
commit | 6b1c81448f34b844f198bed20c31901617d4f0b5 (patch) | |
tree | 427afc6c926574929bb6b04a8d8261a4412293c4 /mail | |
parent | 70e84d6af7efe564f82fe4705d49bdb9f79c3dca (diff) |
Fold in changes.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/CHANGELOG | 7 | ||||
-rw-r--r-- | mail/changes/bug_3627_listen-only-localhost | 1 | ||||
-rw-r--r-- | mail/changes/bug_3654_signal_unread_when_saved | 1 | ||||
-rw-r--r-- | mail/changes/bug_3662_signal_unread_when_flag_changes | 1 | ||||
-rw-r--r-- | mail/changes/feature-3574_use-dirspec-instead-of-plain-xdg | 1 | ||||
-rw-r--r-- | mail/changes/feature_return-smtp-factory | 1 |
6 files changed, 7 insertions, 5 deletions
diff --git a/mail/CHANGELOG b/mail/CHANGELOG index 761669f1..40446be0 100644 --- a/mail/CHANGELOG +++ b/mail/CHANGELOG @@ -1,3 +1,10 @@ +0.3.2 Sep 6: + o Make mail services bind to 127.0.0.1. Closes: #3627. + o Signal unread message to UI when message is saved locally. Closes: #3654. + o Signal unread to UI when flag in message change. Closes: #3662. + o Use dirspec instead of plain xdg. Closes #3574. + o SMTP service invocation returns factory instance. + 0.3.1 Aug 23: o Avoid logging dummy password on imap server. Closes: #3416 o Do not fail while processing an empty mail, just skip it. Fixes diff --git a/mail/changes/bug_3627_listen-only-localhost b/mail/changes/bug_3627_listen-only-localhost deleted file mode 100644 index 9376671b..00000000 --- a/mail/changes/bug_3627_listen-only-localhost +++ /dev/null @@ -1 +0,0 @@ - o Make mail services bind to 127.0.0.1. Closes: #3627 diff --git a/mail/changes/bug_3654_signal_unread_when_saved b/mail/changes/bug_3654_signal_unread_when_saved deleted file mode 100644 index e8127f5e..00000000 --- a/mail/changes/bug_3654_signal_unread_when_saved +++ /dev/null @@ -1 +0,0 @@ - o Signal unread message to UI when message is saved locally. Closes: #3654 diff --git a/mail/changes/bug_3662_signal_unread_when_flag_changes b/mail/changes/bug_3662_signal_unread_when_flag_changes deleted file mode 100644 index 216c2a9c..00000000 --- a/mail/changes/bug_3662_signal_unread_when_flag_changes +++ /dev/null @@ -1 +0,0 @@ - o Signal unread to UI when flag in message change. Closes: #3662 diff --git a/mail/changes/feature-3574_use-dirspec-instead-of-plain-xdg b/mail/changes/feature-3574_use-dirspec-instead-of-plain-xdg deleted file mode 100644 index 9bdc5071..00000000 --- a/mail/changes/feature-3574_use-dirspec-instead-of-plain-xdg +++ /dev/null @@ -1 +0,0 @@ - o Use dirspec instead of plain xdg. Closes #3574. diff --git a/mail/changes/feature_return-smtp-factory b/mail/changes/feature_return-smtp-factory deleted file mode 100644 index d46cac39..00000000 --- a/mail/changes/feature_return-smtp-factory +++ /dev/null @@ -1 +0,0 @@ - o SMTP service invocation returns factory instance. |