diff options
author | micah <micah@riseup.net> | 2013-08-27 08:27:43 -0700 |
---|---|---|
committer | micah <micah@riseup.net> | 2013-08-27 08:27:43 -0700 |
commit | d0acad10da73930bffd209f5012031422f8567a9 (patch) | |
tree | 157dd05e2520a2d564af8a07b10357094e67fd40 /changes | |
parent | a53ccbddfb206454a08f5d96ee1d18c01a8c1e3c (diff) | |
parent | 898d769dcaf3675612636df93042a4093ba45501 (diff) |
Merge pull request #35 from kalikaneko/debian-0.3.1
Debian 0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_3416-do-not-log-pass | 1 | ||||
-rw-r--r-- | changes/bug_dont_fail_on_emtpy_mail | 2 | ||||
-rw-r--r-- | changes/bug_various_fixes | 5 | ||||
-rw-r--r-- | changes/feature_3409-imap-fetch-period | 2 | ||||
-rw-r--r-- | changes/feature_3464-make-smtprelay-emit-signals | 1 | ||||
-rw-r--r-- | changes/feature_3480_add_imap_events | 1 | ||||
-rw-r--r-- | changes/feature_3487-split-soledad-into-common-client-and-server | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/changes/bug_3416-do-not-log-pass b/changes/bug_3416-do-not-log-pass deleted file mode 100644 index 137b7a3..0000000 --- a/changes/bug_3416-do-not-log-pass +++ /dev/null @@ -1 +0,0 @@ - o Avoid logging dummy password on imap server. Closes: #3416 diff --git a/changes/bug_dont_fail_on_emtpy_mail b/changes/bug_dont_fail_on_emtpy_mail deleted file mode 100644 index 0fc4ffc..0000000 --- a/changes/bug_dont_fail_on_emtpy_mail +++ /dev/null @@ -1,2 +0,0 @@ - o Do not fail while processing an empty mail, just skip it. Fixes - #3457.
\ No newline at end of file diff --git a/changes/bug_various_fixes b/changes/bug_various_fixes deleted file mode 100644 index f76b21b..0000000 --- a/changes/bug_various_fixes +++ /dev/null @@ -1,5 +0,0 @@ - o Notify of unread email explicitly every time the mailbox is - sync'ed. - o Fix signals to emit only string in the contents instead of bool or - int values. - o Improve unseen filter of email.
\ No newline at end of file diff --git a/changes/feature_3409-imap-fetch-period b/changes/feature_3409-imap-fetch-period deleted file mode 100644 index a6e2dd2..0000000 --- a/changes/feature_3409-imap-fetch-period +++ /dev/null @@ -1,2 +0,0 @@ - o Make default imap fetch period 5 minutes. Client can config it - via environment variable for debug. Closes: #3409 diff --git a/changes/feature_3464-make-smtprelay-emit-signals b/changes/feature_3464-make-smtprelay-emit-signals deleted file mode 100644 index 987b0e3..0000000 --- a/changes/feature_3464-make-smtprelay-emit-signals +++ /dev/null @@ -1 +0,0 @@ - o Emit signals to notify UI for SMTP relay events. Closes #3464. diff --git a/changes/feature_3480_add_imap_events b/changes/feature_3480_add_imap_events deleted file mode 100644 index fc503e8..0000000 --- a/changes/feature_3480_add_imap_events +++ /dev/null @@ -1 +0,0 @@ - o Add events for notifications about imap activity. Closes: #3480 diff --git a/changes/feature_3487-split-soledad-into-common-client-and-server b/changes/feature_3487-split-soledad-into-common-client-and-server deleted file mode 100644 index 4698323..0000000 --- a/changes/feature_3487-split-soledad-into-common-client-and-server +++ /dev/null @@ -1,2 +0,0 @@ - o Update to new soledad package scheme (common, client and server). Closes - #3487. |