summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-07-14 14:27:04 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-08-17 10:59:49 -0700
commitc64d4507d858f1d443eee0926000e14fe9755adc (patch)
tree6273853837ddf0fbf94d12b57ccd0d17a1234cf4 /NEWS
parente024d670a3ba363df3b15b8d45fc87ac80c3de6b (diff)
db/utils: Allow encrypted messages to be put in mixed payloads as well
Since a multipart/mixed can contain anything that a normal message could, this should be allowed. The only case that I can think of this actually happening is if an email server takes the original message, puts it in a multipart/mixed, and then attaches it's own message, like on of the annoying "this mail scanned for viruses by <product>".
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ffd6b09e..bcfecaca 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ next:
* feature: option to use linewise focussing in thread mode
* feature: add support to move to next or previous message matching a notmuch query in a thread buffer
* feature: Convert from deprecated pygppme module to upstream gpg wrappers
+* feature: Verify signatures/decrypt messages in multipart/mixed payloads
0.5:
* save command prompt, recipient and sender history across program restarts