Re: [PATCH v4 08/16] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / 42 / c25ec006d981b2a4a9515aa0cfe474f05e0f19
1 Return-Path: <jrollins@servo.finestructure.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 48C81429E2D\r
6         for <notmuch@notmuchmail.org>; Fri, 27 May 2011 03:27:49 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.921\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5\r
12         tests=[NO_DNS_FOR_FROM=0.379, RCVD_IN_DNSWL_MED=-2.3]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id AdTBZFnx7fzi for <notmuch@notmuchmail.org>;\r
17         Fri, 27 May 2011 03:27:48 -0700 (PDT)\r
18 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
19         [131.215.239.19])\r
20         by olra.theworths.org (Postfix) with ESMTP id CEFE6429E28\r
21         for <notmuch@notmuchmail.org>; Fri, 27 May 2011 03:27:48 -0700 (PDT)\r
22 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
23         by earth-doxen-postvirus (Postfix) with ESMTP id 1254966E055E\r
24         for <notmuch@notmuchmail.org>; Fri, 27 May 2011 03:27:47 -0700 (PDT)\r
25 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
26 Received: from servo.finestructure.net (cpe-98-149-172-122.socal.res.rr.com\r
27         [98.149.172.122]) (Authenticated sender: jrollins)\r
28         by earth-doxen-submit (Postfix) with ESMTP id 4A0C766E055B\r
29         for <notmuch@notmuchmail.org>; Fri, 27 May 2011 03:27:44 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id 1D49E1E1; Fri, 27 May 2011 03:27:43 -0700 (PDT)\r
32 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: normalizing part numbering across PGP/MIME processing\r
35 Date: Fri, 27 May 2011 03:27:35 -0700\r
36 Message-Id: <1306492059-7706-1-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.4.4\r
38 In-Reply-To: <1306371680-19441-1-git-send-email-jrollins@finestructure.net>\r
39 References: <1306371680-19441-1-git-send-email-jrollins@finestructure.net>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Fri, 27 May 2011 10:27:49 -0000\r
53 \r
54 Ok.  So I very much hope this patch series satisfies those who were\r
55 bothered by the part renumbering that was happening when PGP/MIME\r
56 parts were processed.  For signed messages we no longer modify the\r
57 parts at all, so numbering always remains constant, and for encrypted\r
58 messages the numbering will only change if the encrypted message is\r
59 itself multipart.  We'll have to live with the encrypted multipart\r
60 renumbering until we have a more sophisticated part numbering scheme.\r
61 However, that's a separate issue that can hopefully be dealt with\r
62 after the full crypto functionality is pulled.\r
63 \r
64 jamie.\r
65 \r