From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 6A4496DE0946 for ; Sat, 5 Nov 2016 18:36:25 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=5 tests=[AWL=0.005, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ivwOdiLMPvrx for ; Sat, 5 Nov 2016 18:36:25 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id BE9636DE02DD for ; Sat, 5 Nov 2016 18:36:24 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1c3CNP-00026Z-3N for notmuch@notmuchmail.org; Sat, 05 Nov 2016 21:36:03 -0400 Received: (nullmailer pid 8816 invoked by uid 1000); Sun, 06 Nov 2016 01:36:19 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: v3 of postpone patches Date: Sat, 5 Nov 2016 22:36:07 -0300 Message-Id: <20161106013609.8719-1-david@tethera.net> X-Mailer: git-send-email 2.10.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2016 01:36:25 -0000 This obsoletes, and hopefully doesn't break id:1478196548-19596-1-git-send-email-markwalters1009@gmail.com Compared to Mark's original patches I added the check for encryption tags discussed in that thread, and split the draft stuff to it's own file. I have to admit I (or someone else) still need to line by line review this, but I have tested it a bit more while working on the encryption tag check. On the other hand, splitting the draft functions out into notmuch-draft.el did involve a certain amount of blind search and replace.