Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5a / 66dbaafad26bb0c58eb3c99dcd51512d699aed
1 Return-Path: <too@iki.fi>\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 41328431FBC\r
6         for <notmuch@notmuchmail.org>; Tue, 24 Jan 2012 10:44:39 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 zQG8MBL+r94a for <notmuch@notmuchmail.org>;\r
16         Tue, 24 Jan 2012 10:44:38 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id 8762D431FB6\r
19         for <notmuch@notmuchmail.org>; Tue, 24 Jan 2012 10:44:38 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 03A0F68056; Tue, 24 Jan 2012 20:44:40 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
24         Notmuch Mail <notmuch@notmuchmail.org>\r
25 Subject: Re: [PATCH 3/6] emacs: add message archiving functions\r
26 In-Reply-To: <1327307665-23387-3-git-send-email-jrollins@finestructure.net>\r
27 References: <87pqea24z0.fsf@servo.finestructure.net>\r
28         <1327307665-23387-1-git-send-email-jrollins@finestructure.net>\r
29         <1327307665-23387-2-git-send-email-jrollins@finestructure.net>\r
30         <1327307665-23387-3-git-send-email-jrollins@finestructure.net>\r
31 User-Agent: Notmuch/0.11+99~g0528eb4 (http://notmuchmail.org) Emacs/23.3.1\r
32         (x86_64-unknown-linux-gnu)\r
33 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
34         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
35         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
36 Date: Tue, 24 Jan 2012 20:44:39 +0200\r
37 Message-ID: <m2hazl3ppk.fsf@guru.guru-group.fi>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Tue, 24 Jan 2012 18:44:39 -0000\r
53 \r
54 On Mon, 23 Jan 2012 00:34:22 -0800, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
55 > This adds two new message archiving functions that parallel the thread\r
56 > archiving functions: notmuch-show-archive-message{,-then-next}.  The\r
57 > former also takes a prefix argument to unarchive the message (ie. put\r
58 > back in inbox).\r
59 > ---\r
60 \r
61 LGTM, except...\r
62 \r
63 > +(defun notmuch-show-archive-message-then-next ()\r
64 > +  "Archive the current message, then show next thread from search."\r
65 > +  (interactive)\r
66 > +  (notmuch-show-archive-message)\r
67 > +  (notmuch-show-next-open-message))\r
68 > +\r
69 \r
70 It goes to next open message but docstring says show nexr thread from search.\r
71 \r
72 Tomi\r