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 7B06F431FAF for ; Thu, 29 Mar 2012 09:26:55 -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 bRAztvqMqC10 for ; Thu, 29 Mar 2012 09:26:55 -0700 (PDT) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by olra.theworths.org (Postfix) with ESMTP id E21BE431FAE for ; Thu, 29 Mar 2012 09:26:54 -0700 (PDT) Received: from pd4ml3so-ssvc.prod.shaw.ca ([10.0.141.150]) by pd3mo1so-svcs.prod.shaw.ca with ESMTP; 29 Mar 2012 10:26:53 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=b/gStvK98Bs6YfhBwCpxRApoLO2qoBYaarCtclPE+68= c=1 sm=1 a=hj6w-2j37U4A:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17 a=l30mUxLlHSmhFCsrnOUA:9 a=odvB31Xb1hMA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56]) by pd4ml3so-dmz.prod.shaw.ca with ESMTP; 29 Mar 2012 10:26:54 -0600 Received: by lagos.xvx.ca (Postfix, from userid 1000) id 5ED038004204; Thu, 29 Mar 2012 10:26:53 -0600 (MDT) From: Adam Wolfe Gordon To: notmuch@notmuchmail.org Subject: [BUG/PATCH v2 0/2] emacs: Yesterday's bugfixes Date: Thu, 29 Mar 2012 10:26:48 -0600 Message-Id: <1333038410-17927-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: Thu, 29 Mar 2012 16:26:55 -0000 This is last night's two bugfixes [1] [2], combined into one series since they won't both apply cleanly separately. The only change to the fix for emacs 23.2 is the name of the function notmuch-plist-to-alist is now notmuch-header-plist-to-alist, which more accurately reflects what it does. The References fix has been changed to use the existing formatter for References instead of hard-coding message-shorten-references, and to keep the headers in the same order they're in by default. [1] id:"1332943338-9708-1-git-send-email-awg+notmuch@xvx.ca" [2] id:"1332996818-15700-1-git-send-email-awg+notmuch@xvx.ca" Adam Wolfe Gordon (2): emacs: Fix header problem in reply for emacs 23.2 emacs: Fix the References header in reply emacs/notmuch-lib.el | 7 +++++-- emacs/notmuch-mua.el | 38 ++++++++++++++++++++++++++++++-------- 2 files changed, 35 insertions(+), 10 deletions(-) -- 1.7.5.4