Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f1 / 760733bcfa20e1a86aefd8317f44b359313b73
1 Return-Path: <webservice@bontempi.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 9B12E431FD0\r
6         for <notmuch@notmuchmail.org>; Tue,  1 Nov 2011 06:36:46 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[UNPARSEABLE_RELAY=0.001] 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 ntv8OP+p40wh for <notmuch@notmuchmail.org>;\r
16         Tue,  1 Nov 2011 06:36:46 -0700 (PDT)\r
17 Received: from mail.forumcivico.org (mail.forumcivico.org [208.116.44.169])\r
18         by olra.theworths.org (Postfix) with ESMTP id F27A6431FB6\r
19         for <notmuch@notmuchmail.org>; Tue,  1 Nov 2011 06:36:45 -0700 (PDT)\r
20 Received: from dummy.name; Tue, 01 Nov 2011 09:31:30 -0400\r
21 Subject: Re: Displaying tags with many messages very slow in Emacs\r
22 Mime-Version: 1.0\r
23 Content-Type: text/plain; charset=us-ascii\r
24 From: bnt <webservice@bontempi.net>\r
25 X-Mailer: CommuniGate Pro WebUser v5.4.0\r
26 In-Reply-To: <87bosx9fxr.fsf@gilead.invalid>\r
27 Date: Tue, 1 Nov 2011 14:36:27 +0100\r
28 Content-Transfer-Encoding: quoted-printable\r
29 Message-Id: <109E7309-AA04-4252-B4ED-23B94A7AB2D8@bontempi.net>\r
30 References: <B676D1F6-04DD-49A9-8284-5CF17D6C4602@bontempi.net>\r
31         <87fwi99vlj.fsf@wyzanski.jamesvasile.com>\r
32         <72587727-5371-4BFF-A21C-ECA11D2F7BB5@bontempi.net>\r
33         <87bosx9fxr.fsf@gilead.invalid>\r
34 To: Daniel Schoepe <daniel@schoepe.org>\r
35 Cc: notmuch@notmuchmail.org\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Tue, 01 Nov 2011 13:36:46 -0000\r
49 \r
50 \r
51 On 2011, Oct 31, at 19:25 , Daniel Schoepe wrote:\r
52 \r
53 > On Mon, 31 Oct 2011 16:43:22 +0100, bnt <webservice@bontempi.net> =\r
54 wrote:\r
55 >> I am not too proficient with the patch utility. Is there some kind of\r
56 >> scheduled git commits timeline?\r
57 >=20\r
58 > Unfortunately, there's a huge number of outstanding patches at the\r
59 > moment, so it's impossible to say when/if it will be applied.\r
60 >=20\r
61 >> If not, I guess it will be a good time to learn patching.\r
62 >=20\r
63 > There's no need to use the patch binary directly when the patches are\r
64 > sent in a format git understands, which is generally the case here. To\r
65 > apply patches from a thread, you can use `git am patches.mbox' where\r
66 > patches.mbox contains the mails with the patches.\r
67 >=20\r
68 > If you're using the emacs UI for notmuch, you can open only those\r
69 > messages with the patches you want in a thread and pipe them to an =\r
70 mbox\r
71 > file like this:\r
72 >=20\r
73 > C-u | cat > ~/patches.mbox\r
74 >=20\r
75 > If there are no conflicts due to more recent changes to the =\r
76 repository,\r
77 > git am patches.mbox will apply them using the commit messages from the\r
78 > mails.\r
79 >=20\r
80 > FWIW: There's another more recent series of patches that accomplishes =\r
81 a\r
82 > similar goal: id:"cover.1319833617.git.jani@nikula.org"\r
83 >=20\r
84 > Cheers,\r
85 > Daniel\r
86 \r
87 \r
88 Thank you so much for the explanation, and thanks to Jani for those =\r
89 patches.\r
90 \r
91 I will work my way into applying them.\r
92 \r
93 As just a plain user, I was wondering if it would be possible to have a =\r
94 "dev" or "untested" branch in the git repo, where one could just get all =\r
95 the latest patches?=20\r
96 \r
97 Of course it would not be desirable if it would just complicate the =\r
98 developers life.\r
99 \r
100 Thank you so much once again,\r
101 \r
102 Sam=\r