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 9EC06431FBD for ; Sun, 26 Feb 2012 00:25:33 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 SM3-nj+xTZV3 for ; Sun, 26 Feb 2012 00:25:33 -0800 (PST) Received: from dmz-mailsec-scanner-2.mit.edu (DMZ-MAILSEC-SCANNER-2.MIT.EDU [18.9.25.13]) by olra.theworths.org (Postfix) with ESMTP id 1FE80431FAE for ; Sun, 26 Feb 2012 00:25:32 -0800 (PST) X-AuditID: 1209190d-b7fbf6d0000008ba-72-4f48f538e7d1 Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) by dmz-mailsec-scanner-2.mit.edu (Symantec Messaging Gateway) with SMTP id 2A.52.02234.835F84F4; Sat, 25 Feb 2012 09:50:32 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id q1PEoVck032449; Sat, 25 Feb 2012 09:50:31 -0500 Received: from drake.mit.edu (pool-71-169-140-254.burl.east.myfairpoint.net [71.169.140.254]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q1PEoT8l026798 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sat, 25 Feb 2012 09:50:30 -0500 (EST) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1S1IxA-0005zP-BO; Sat, 25 Feb 2012 09:50:28 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH] emacs: Fix out of date comment Date: Sat, 25 Feb 2012 09:50:26 -0500 Message-Id: <1330181426-22974-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.7.3 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprFIsWRmVeSWpSXmKPExsUixCmqrWvx1cPfoPsoq8X1mzOZHRg9nq26 xRzAGMVlk5Kak1mWWqRvl8CV8fOrdsF6too7u/ayNzBOYO1i5OSQEDCRaG2dzQRhi0lcuLee rYuRi0NIYB+jxLLGX8wQzgZGiVvd/1ggnJtMEr+721ghnPmMEoeOrAGbxSagIbFt/3JGEFtE QFpi593ZQHEODmYBNYk/XSogYWEBfYnN9z6DlbAIqEocWXubDcTmFXCQ2HTgAwvEGQoS51af Y5/AyLuAkWEVo2xKbpVubmJmTnFqsm5xcmJeXmqRrpFebmaJXmpK6SZGcBBI8u5gfHdQ6RCj AAejEg8v8xZ3fyHWxLLiytxDjJIcTEqivG6fPfyF+JLyUyozEosz4otKc1KLDzFKcDArifDa sQHleFMSK6tSi/JhUtIcLErivKpa7/yEBNITS1KzU1MLUotgsjIcHEoSvJFfgBoFi1LTUyvS MnNKENJMHJwgw3mAhquD1PAWFyTmFmemQ+RPMSpKifOygCQEQBIZpXlwvbAofcUoDvSKMK83 SBUPMMLhul8BDWYCGmz/1xVkcEkiQkqqgXHGelHbKS26J9tUr7HVzDqwft42qfv3ZolZmyxh LcjJt3xu+rE/NoTrwOnOrX8C/v3xTz/YuHfnrNNa8b98Ly3hWOV/Iet1pK2467/Ghw2hanFu TdtfLv0fE/p4Uoy6kcMr71U9S0VP/5RV79Fb23ap3Hluv26ZtfiZt5mS9eteWkw4lnC5sEGJ pTgj0VCLuag4EQBSYo5zrQIAAA== 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, 26 Feb 2012 08:25:33 -0000 The behavior of the header line in show-mode changed from showing the subject of the first open message to showing the subject of the first message in 4d77f18b. Update a comment to reflect this. --- emacs/notmuch-show.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index dd1fb83..2cca2e2 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1114,7 +1114,7 @@ function is used." (run-hooks 'notmuch-show-hook)) - ;; Set the header line to the subject of the first open message. + ;; Set the header line to the subject of the first message. (setq header-line-format (notmuch-show-strip-re (notmuch-show-get-pretty-subject))))) (defun notmuch-show-capture-state () -- 1.7.7.3