Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 9a / 6ea0a872c2eb19c38ae7c9845b3564b84eef6d
1 Return-Path: <jrollins@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 0E72942119F\r
6         for <notmuch@notmuchmail.org>; Mon, 23 Jan 2012 00:34:31 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id hAcu43e0sQtP for <notmuch@notmuchmail.org>;\r
16         Mon, 23 Jan 2012 00:34:30 -0800 (PST)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 71C2D429E5B\r
20         for <notmuch@notmuchmail.org>; Mon, 23 Jan 2012 00:34:30 -0800 (PST)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id 0F2E92E50D71\r
23         for <notmuch@notmuchmail.org>; Mon, 23 Jan 2012 00:34:30 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-174-137-84.socal.res.rr.com\r
26         [76.174.137.84]) (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 496FF2E50D50\r
28         for <notmuch@notmuchmail.org>; Mon, 23 Jan 2012 00:34:25 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 5D5E0BE1; Mon, 23 Jan 2012 00:34:25 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH 5/6] emacs: use pop-at-end functionality in\r
34         show-archive-message-then-next function\r
35 Date: Mon, 23 Jan 2012 00:34:24 -0800\r
36 Message-Id: <1327307665-23387-5-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.8.3\r
38 In-Reply-To: <1327307665-23387-4-git-send-email-jrollins@finestructure.net>\r
39 References: <87pqea24z0.fsf@servo.finestructure.net>\r
40         <1327307665-23387-1-git-send-email-jrollins@finestructure.net>\r
41         <1327307665-23387-2-git-send-email-jrollins@finestructure.net>\r
42         <1327307665-23387-3-git-send-email-jrollins@finestructure.net>\r
43         <1327307665-23387-4-git-send-email-jrollins@finestructure.net>\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Mon, 23 Jan 2012 08:34:31 -0000\r
57 \r
58 This provides a smoother message processing flow by reducing the\r
59 number of key presses needed for these common operations.\r
60 ---\r
61  emacs/notmuch-show.el |    2 +-\r
62  1 files changed, 1 insertions(+), 1 deletions(-)\r
63 \r
64 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
65 index fe7ec6a..8c71d03 100644\r
66 --- a/emacs/notmuch-show.el\r
67 +++ b/emacs/notmuch-show.el\r
68 @@ -1611,7 +1611,7 @@ removed)."\r
69    "Archive the current message, then show next thread from search."\r
70    (interactive)\r
71    (notmuch-show-archive-message)\r
72 -  (notmuch-show-next-open-message))\r
73 +  (notmuch-show-next-open-message t))\r
74  \r
75  (defun notmuch-show-stash-cc ()\r
76    "Copy CC field of current message to kill-ring."\r
77 -- \r
78 1.7.8.3\r
79 \r