[PATCH v1 0/2] emacs: Improve notmuch-wash customisation.
[notmuch-archives.git] / e8 / 907a61f37758364d057e84504749d64b747b47
1 Return-Path: <teythoon@jade-hamburg.de>\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 79088431FB6\r
6         for <notmuch@notmuchmail.org>; Mon,  9 Jan 2012 06:18:05 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Date"\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: 0.432\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=0.432 tagged_above=-999 required=5\r
13         tests=[INVALID_DATE=0.432] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id VLd9VAY33JmL for <notmuch@notmuchmail.org>;\r
17         Mon,  9 Jan 2012 06:18:01 -0800 (PST)\r
18 Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68])\r
19         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 7A6FD431FD0\r
22         for <notmuch@notmuchmail.org>; Mon,  9 Jan 2012 06:18:01 -0800 (PST)\r
23 Received: from mail.jade-hamburg.de (unknown [85.183.11.228])\r
24         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
25         (No client certificate requested)\r
26         by mail.cryptobitch.de (Postfix) with ESMTPSA id 1F931513FF3\r
27         for <notmuch@notmuchmail.org>; Mon,  9 Jan 2012 15:18:00 +0100 (CET)\r
28 Received: by mail.jade-hamburg.de (Postfix, from userid 401)\r
29         id 555B0DF2A3; Mon,  9 Jan 2012 15:17:59 +0100 (CET)\r
30 Received: from thinkbox.jade-hamburg.de (unknown [85.183.11.228])\r
31         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
32         (No client certificate requested) (Authenticated sender: teythoon)\r
33         by mail.jade-hamburg.de (Postfix) with ESMTPSA id 54122DF2A0;\r
34         Mon,  9 Jan 2012 15:17:57 +0100 (CET)\r
35 Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.77)\r
36         (envelope-from <teythoon@thinkbox.jade-hamburg.de>)\r
37         id 1RkG2t-00063j-Il; Mon, 09 Jan 2012 15:17:55 +0100\r
38 Content-Type: text/plain; charset="utf-8"\r
39 MIME-Version: 1.0\r
40 Content-Transfer-Encoding: quoted-printable\r
41 From: Justus Winter <4winter@informatik.uni-hamburg.de>\r
42 To: David Bremner <david@tethera.net>, Notmuch Mail <notmuch@notmuchmail.org>\r
43 References: <87obuzq7e8.fsf@zancas.localnet>\r
44         <20120108162406.26863.69683@thinkbox.jade-hamburg.de>\r
45         <87vcolx1ql.fsf@zancas.localnet>\r
46 In-Reply-To: <87vcolx1ql.fsf@zancas.localnet>\r
47 Date: Mon, 09 Jan 2012 14:17:55 -0000\r
48 Message-ID: <20120109141755.20668.55220@thinkbox.jade-hamburg.de>\r
49 Subject: Re: nmbug changes\r
50 Date: Mon, 09 Jan 2012 15:17:55 +0100\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Mon, 09 Jan 2012 14:18:05 -0000\r
64 \r
65 Quoting David Bremner (2012-01-08 23:34:26)\r
66 >On Sun, 08 Jan 2012 16:24:06 -0000, Justus Winter <4winter@informatik.uni-=\r
67 hamburg.de> wrote:\r
68 >\r
69 >> I'm having trouble with nmbug, I did follow the instructions in this\r
70 >> mail and in the wiki, but nmbug never adds tags to my notmuch database\r
71 >> (it is supposed to do that, right?).\r
72 >\r
73 >In case you just want to load the tags in the git repo into your notmuch\r
74 >database, try running "nmbug checkout".\r
75 \r
76 That actually worked, but nmbug help says:\r
77 \r
78        checkout\r
79                Update the notmuch database from git. This is mainly useful =\r
80 to\r
81                discard your changes in notmuch relative to git.\r
82 [...]\r
83        merge   Merge changes from FETCH_HEAD into HEAD, and load the result\r
84                into notmuch.\r
85 \r
86 That's why I assumed that merge is the command of choice in my\r
87 situation.\r
88 \r
89 >It might be the instructions on "getting started" could be updated here?\r
90 >Perhaps someone who has gotten started more recently can chime in here.\r
91 \r
92 If checkout is neccessary, it surely should be added to the wiki\r
93 page. Once I've gained some experience with nmbug I'll update the\r
94 wiki, though I wouldn't mind if someone beats me to it ;)\r
95 \r
96 Justus\r