***UNCHECKED*** bug report: notmuch-hello 'All tags' view
[notmuch-archives.git] / 36 / 869397f13fa0ffccae09629f44ca7e61d54152
1 Return-Path: <Sebastian@SSpaeth.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 3FCA74196F3\r
6         for <notmuch@notmuchmail.org>; Sat, 27 Mar 2010 18:22:38 -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.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8]\r
12         autolearn=ham\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 QPcF3og4XTIP for <notmuch@notmuchmail.org>;\r
16         Sat, 27 Mar 2010 18:22:37 -0700 (PDT)\r
17 Received: from homiemail-a13.g.dreamhost.com (caiajhbdcbhh.dreamhost.com\r
18         [208.97.132.177])\r
19         by olra.theworths.org (Postfix) with ESMTP id 7C98E4196F2\r
20         for <notmuch@notmuchmail.org>; Sat, 27 Mar 2010 18:22:37 -0700 (PDT)\r
21 Received: from sspaeth.de (unknown [195.190.188.219])\r
22         by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id B6FB86A806B\r
23         for <notmuch@notmuchmail.org>; Sat, 27 Mar 2010 18:22:34 -0700 (PDT)\r
24 Received: by sspaeth.de (sSMTP sendmail emulation);\r
25         Sun, 28 Mar 2010 03:22:31 +0200\r
26 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
27 To: notmuch list <notmuch@notmuchmail.org>\r
28 Date: Sun, 28 Mar 2010 03:22:31 +0200\r
29 Message-ID: <874ok1z1d4.fsf@SSpaeth.de>\r
30 MIME-Version: 1.0\r
31 Content-Type: text/plain; charset=us-ascii\r
32 Subject: [notmuch] notmuchsync, now with new formula ;-)\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Sun, 28 Mar 2010 01:22:38 -0000\r
46 \r
47 Hi all, I just pushed an experimental branch to notmuchsync that uses\r
48 notmuch.so and my cnotmuch bindings. It needs some cleanup and\r
49 documentation, but it worked on my box.If you feel adventorous, get it from\r
50 \r
51 git clone git@github.com:spaetz/notmuchsync.git \r
52 The new stuff is in branch cnotmuch.\r
53 \r
54 It synced my Maildir flags of all my 13k Mails in 2.5 seconds. You need\r
55 to have cnotmuch bindings installed in your python path (e.g. with sudo\r
56 easy_install cnotmuch) and a shared notmuch library (see 3 patches from\r
57 Ingmar to install a shared library).\r
58 \r
59 READ THIS BEFORE YOU TRY: \r
60 1) Make a notmuch dump backup before trying this :)\r
61 2) Run it with --dry-run and -d to get a non-action debug log of what\r
62    would be done in this run and check if it makes sense.\r
63 3) The options -p(rune) -s(ync to maildir) -r(evsync to notmuch tags)\r
64    are still the same. The --all option has actually become feasible\r
65    now. (Rev|Syncing will otherwise only try to sync mails from the last \r
66    30 days)\r
67 4) -h/--help is your friend.\r
68    \r
69 This has changed!!!:\r
70 --dryrun has become --dry-run for consistency with git\r
71 \r
72 I am interested in feedback, testing and patches.\r
73 \r
74 Sebastian\r