Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 28FB9429E5B for ; Sat, 31 Mar 2012 17:33:29 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sT+wdHq1Bv+e for ; Sat, 31 Mar 2012 17:33:28 -0700 (PDT) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by olra.theworths.org (Postfix) with ESMTP id 5994F431E82 for ; Sat, 31 Mar 2012 17:33:28 -0700 (PDT) Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd6ml3no-ssvc.prod.shaw.ca) ([10.0.144.222]) by pd6mo1no-svcs.prod.shaw.ca with ESMTP; 31 Mar 2012 18:33:27 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=gFGh1ScE7ROJHT2jhivHYaSHya8441O0LZB7wkhlVyo= c=1 sm=1 a=VEoiorOa82UA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17 a=77E9uZJ-pwOf2819MtsA:9 a=QsVR-_n7oqVVuPsXle0A:7 a=odvB31Xb1hMA:10 a=yc-Lvz51XbvMmT7T:21 a=pPc5a6aLAjyJtLQd:21 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56]) by pd6ml3no-dmz.prod.shaw.ca with ESMTP; 31 Mar 2012 18:33:27 -0600 Received: by lagos.xvx.ca (Postfix, from userid 1000) id DEDD58004204; Sat, 31 Mar 2012 18:33:26 -0600 (MDT) From: Adam Wolfe Gordon To: notmuch@notmuchmail.org Subject: [BUG/PATCH v3 0/4] Bug fixes for reply: three bugs, one series Date: Sat, 31 Mar 2012 18:33:20 -0600 Message-Id: <1333240404-13076-1-git-send-email-awg+notmuch@xvx.ca> X-Mailer: git-send-email 1.7.5.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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, 01 Apr 2012 00:33:29 -0000 Hi everyone, This series is a combination of the three bugfixes I sent this week [1] [2]. As Mark pointed out, the fix for the emacs 23.2 bug actually fixes the alternate address bug as well, so there's no real reason to have a separate patch for it, especially one that implements a different fix. I've also adjusted the reply tests so that they show all the headers in the reply message. This would catch the References/User-Agent bug. I'm hoping these can be pushed quickly, as they do fix bugs, and the individual patches were reviewed and pretty much ready to go. [1] id:"1333038410-17927-1-git-send-email-awg+notmuch@xvx.ca" [2] id:"1332941635-21019-1-git-send-email-awg+notmuch@xvx.ca" Adam Wolfe Gordon (4): test: Tests for reply from alternate addresses in emacs emacs: Fix two bugs in reply test: Show all headers in emacs reply tests emacs: Fix the References header in reply emacs/notmuch-lib.el | 7 +++- emacs/notmuch-mua.el | 36 +++++++++++++++++---- test/emacs | 84 +++++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 110 insertions(+), 17 deletions(-) -- 1.7.5.4