Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 9d / bd53ae77a83bd11a45b5d0a7568222fa30e289
1 Return-Path: <five9a2@gmail.com>\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 26C98431FBC\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 13:57:03 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id ovIkI4dWtbur for <notmuch@notmuchmail.org>;\r
11         Sun, 22 Nov 2009 13:57:02 -0800 (PST)\r
12 Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com\r
13         [209.85.218.224])\r
14         by olra.theworths.org (Postfix) with ESMTP id 2C54E431FAE\r
15         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 13:57:02 -0800 (PST)\r
16 Received: by bwz24 with SMTP id 24so3525712bwz.30\r
17         for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 13:57:01 -0800 (PST)\r
18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
19         h=domainkey-signature:received:received:sender:from:to:subject\r
20         :in-reply-to:references:date:message-id:mime-version:content-type;\r
21         bh=PfNpGE8cHU4kIQobr3aTeNvEUAY1ByLtKXV0tGYHjS4=;\r
22         b=vdpnl3WcHAkfInEoQhM/u/XFh5Mx3JO60LhanPI8aFJ1Dk5I+d+/NWabuHSbw0DXQH\r
23         1fsVZxCjaF0UscewkX/IilnCawISlNwFbpiy2RnUrvOLA66lonFe/9bOH59GOJckZ1Ya\r
24         Q/v7tgp83OfKZkaW0CdhL1gGNNfP0syS7NjHA=\r
25 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
26         h=sender:from:to:subject:in-reply-to:references:date:message-id\r
27         :mime-version:content-type;\r
28         b=ABzmzYM5bMKXjrIM3XoQrvRWp0dVXIwBgwRDt5kmIGK1uZdnDXhisxAp6SlwF1m9W5\r
29         8ZZ51OkUOi+e8pRSiuXywBMMq9txh6iEySZ+eNV4epfRVPwo8y7X2BhqtM3a1jb771rV\r
30         mjxy0f7XzwzvFTT/IsivkO4oPUCf+0SAyFjuk=\r
31 Received: by 10.204.15.16 with SMTP id i16mr3940122bka.72.1258927021420;\r
32         Sun, 22 Nov 2009 13:57:01 -0800 (PST)\r
33 Received: from kunyang (vawpc43.ethz.ch [129.132.59.11])\r
34         by mx.google.com with ESMTPS id f31sm4777495fkf.42.2009.11.22.13.56.59\r
35         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
36         Sun, 22 Nov 2009 13:57:00 -0800 (PST)\r
37 Sender: Jed Brown <five9a2@gmail.com>\r
38 From: Jed Brown <jed@59A2.org>\r
39 To: Tassilo Horn <tassilo@member.fsf.org>, notmuch@notmuchmail.org\r
40 In-Reply-To: <87einqut6j.fsf@thinkpad.tsdh.de>\r
41 References: <87einqut6j.fsf@thinkpad.tsdh.de>\r
42 Date: Sun, 22 Nov 2009 22:57:30 +0100\r
43 Message-ID: <87vdh243zp.fsf@59A2.org>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain; charset=us-ascii\r
46 Subject: Re: [notmuch] Catching up unread messages\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.12\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Sun, 22 Nov 2009 21:57:03 -0000\r
60 \r
61 On Sun, 22 Nov 2009 22:48:52 +0100, Tassilo Horn <tassilo@member.fsf.org> wrote:\r
62 > Ok, so new the question: I indexed all my 63.000 mails, and because it\r
63 > was a first-time indexing, all my mail now has the tags inbox and\r
64 > unread.  Of course, I don't want to SPC through all threads (using the\r
65 > great emacs interface) to remove the unread status.  So is there some\r
66 > catchup command, which marks all messages in the buffer as read?\r
67 \r
68 With this patch\r
69 \r
70   <1258920736-14205-1-git-send-email-jed@59A2.org>\r
71 \r
72 you would do\r
73 \r
74   * -inbox\r
75 \r
76 or\r
77 \r
78   * -inbox -unread\r
79 \r
80 On the command line, you can clear it with\r
81 \r
82 $ notmuch tag -inbox tag:inbox\r
83 \r
84 > BTW, what's the intention of the inbox tag?  When I've read a thread,\r
85 > both inbox as well as unread disappear, so I don't get the difference\r
86 > between them.\r
87 \r
88 That is because SPC is bound to\r
89 notmuch-show-advance-marking-read-and-archiving which removes both tags.\r
90 The idea is that you can clear your inbox while retaining unread status,\r
91 or leave something important in your inbox even though you have read it.\r
92 \r
93 Jed\r