Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / fa / 9d1008eaa6b266cc6839c38c6ba2afbd441a1f
1 Return-Path: <BATV+6f12c9db5f767dfbbcf6+2608+infradead.org+hohndel@canuck.srs.infradead.org>\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 2FDD340D144\r
6         for <notmuch@notmuchmail.org>; Wed, 13 Oct 2010 19:35:32 -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: -4.2\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] 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 2rHg2LVPlpUa for <notmuch@notmuchmail.org>;\r
16         Wed, 13 Oct 2010 19:35:21 -0700 (PDT)\r
17 Received: from canuck.infradead.org (canuck.infradead.org [134.117.69.58])\r
18         by olra.theworths.org (Postfix) with ESMTP id 6912D40D142\r
19         for <notmuch@notmuchmail.org>; Wed, 13 Oct 2010 19:35:21 -0700 (PDT)\r
20 Received: from localhost ([127.0.0.1] helo=x201s.gr8dns.org)\r
21         by canuck.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux))\r
22         id 1P6Df3-0006fl-Ms; Thu, 14 Oct 2010 02:35:18 +0000\r
23 Received: by x201s.gr8dns.org (Postfix, from userid 500)\r
24         id 9FF4681BA5; Wed, 13 Oct 2010 19:26:49 -0700 (PDT)\r
25 From: Dirk Hohndel <hohndel@infradead.org>\r
26 To: Michal Sojka <sojkam1@fel.cvut.cz>,\r
27         Servilio Afre Puentes <servilio@gmail.com>\r
28 Subject: Re: [PATCH 0/4] Maildir synchronization v2\r
29 In-Reply-To: <87r5ftomqt.fsf@steelpick.2x.cz>\r
30 References: <1286972038-21064-1-git-send-email-sojkam1@fel.cvut.cz>\r
31         <AANLkTikurSji7OMGC192uTbpwvXN+htb1zw-YqBCc0bn@mail.gmail.com>\r
32         <87r5ftomqt.fsf@steelpick.2x.cz>\r
33 User-Agent: Notmuch/0.3.1-105-g45d00c2 (http://notmuchmail.org) Emacs/23.2.1\r
34         (x86_64-redhat-linux-gnu)\r
35 Date: Wed, 13 Oct 2010 19:26:49 -0700\r
36 Message-ID: <m38w218q6u.fsf@x201s.gr8dns.org>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-SRS-Rewrite: SMTP reverse-path rewritten from <hohndel@infradead.org> by\r
40         canuck.infradead.org See http://www.infradead.org/rpr.html\r
41 Cc: notmuch@notmuchmail.org\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Thu, 14 Oct 2010 02:35:32 -0000\r
55 \r
56 On Wed, 13 Oct 2010 22:34:34 +0200, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
57 > On Wed, 13 Oct 2010, Servilio Afre Puentes wrote:\r
58 > > On 13 October 2010 08:13, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
59 > > [...]\r
60 > > > THERE IS CURRENTLY ONE KNOWN ISSUE: Viewing/storing of attachments of\r
61 > > > unread messages doesn't work. The reason is that when you view the\r
62 > > > message its unread tag is removed which causes the file to be renamed,\r
63 > > > but Emacs still uses the original name to access the attachment. You can\r
64 > > > workaround this by closing the message and opening it again. This issue\r
65 > > > will be fixed after we (I) implement "notmuch cat" command. With this\r
66 > > > command, emacs would not access the messages by the file name, but by\r
67 > > > running notmuch cat id:<message-id> which will always give the correct\r
68 > > > content.\r
69 > > \r
70 > > Wouldn't it be more efficient to query notmuch for the filename using\r
71 > > the message ID we store in the DB? When network usage is implemented,\r
72 > > tramp can give us transparent remote file access in emacs.\r
73\r
74 > Tramp would not be available in non-emacs GUIs. Also, when notmuch cat\r
75 > is implemented, emacs gui will be usable remotely by simply defining\r
76 > notmuch-command variable to contain the name of the script containing:\r
77\r
78 >      ssh user@host notmuch "$@"\r
79 \r
80 That to me is certainly a very elegant solution... so what's stopping us\r
81 from implementing notmuch cat? No one taken the time to do it? Or is\r
82 there a design issue left to be resolved?\r
83 \r
84 /D\r