Re: [ANNOUNCE] mutt with notmuch support
[notmuch-archives.git] / 24 / 232c021f50c466a921757bc5f1c8e496022bf1
1 Return-Path: <madduck@lapse.rw.madduck.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 ABEC14196F2\r
6         for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 01:58:47 -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.5\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.5 tagged_above=-999 required=5\r
12         tests=[BAYES_05=-0.5] 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 NEhFeZ0P838k for <notmuch@notmuchmail.org>;\r
16         Mon, 12 Apr 2010 01:58:46 -0700 (PDT)\r
17 Received: from clegg.madduck.net (clegg.madduck.net [193.242.105.96])\r
18         by olra.theworths.org (Postfix) with ESMTP id 6234F431FC1\r
19         for <notmuch@notmuchmail.org>; Mon, 12 Apr 2010 01:58:46 -0700 (PDT)\r
20 Received: from lapse.rw.madduck.net (lapse.rw.madduck.net\r
21         [IPv6:2001:1620:f03::1])\r
22         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
23         (Client CN "lapse.rw.madduck.net",\r
24         Issuer "CAcert Class 3 Root" (verified OK))\r
25         by clegg.madduck.net (postfix) with ESMTPS id 2AF7D1D40A1;\r
26         Mon, 12 Apr 2010 10:58:39 +0200 (CEST)\r
27 Received: by lapse.rw.madduck.net (Postfix, from userid 1000)\r
28         id 56DBC223F; Mon, 12 Apr 2010 10:18:05 +0200 (CEST)\r
29 Date: Mon, 12 Apr 2010 10:18:05 +0200\r
30 From: martin f krafft <madduck@madduck.net>\r
31 To: Michal Sojka <sojkam1@fel.cvut.cz>\r
32 Subject: Re: [PATCH] Mailstore abstraction v4 - part 2 (maildir\r
33         synchronization)\r
34 Message-ID: <20100412081805.GA25971@lapse.rw.madduck.net>\r
35 Mail-Followup-To: Michal Sojka <sojkam1@fel.cvut.cz>, notmuch@notmuchmail.org\r
36 References: <1270739592-30280-1-git-send-email-sojkam1@fel.cvut.cz>\r
37 MIME-Version: 1.0\r
38 Content-Type: multipart/signed; micalg=pgp-ripemd160;\r
39         protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7"\r
40 Content-Disposition: inline\r
41 In-Reply-To: <1270739592-30280-1-git-send-email-sojkam1@fel.cvut.cz>\r
42 X-Motto: Keep the good times rollin'\r
43 X-OS: Debian GNU/Linux squeeze/sid kernel 2.6.33-2-686 i686\r
44 X-Spamtrap: madduck.bogus@madduck.net\r
45 X-Subliminal-Message: debian/rules!\r
46 User-Agent: Mutt/1.5.20 (2009-06-14)\r
47 X-Virus-Scanned: clamav-milter 0.95.3 at clegg\r
48 X-Virus-Status: Clean\r
49 Cc: notmuch@notmuchmail.org\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Mon, 12 Apr 2010 08:58:47 -0000\r
63 \r
64 \r
65 --fdj2RfSjLxBAspz7\r
66 Content-Type: text/plain; charset=us-ascii\r
67 Content-Disposition: inline\r
68 Content-Transfer-Encoding: quoted-printable\r
69 \r
70 also sprach Michal Sojka <sojkam1@fel.cvut.cz> [2010.04.08.1713 +0200]:\r
71 >    I'm working on the solution - if the mailstore cannot open the\r
72 >    message with the name passed, it tries different names with\r
73 >    different maildir flags.\r
74 \r
75 Wouldn't it be better to postpone synchronisation of the tags until\r
76 after emacs is done with the message?\r
77 \r
78 I understand this might be hard to make work with mailstore\r
79 abstraction. Wouldn't it make more sense to have emacs call 'notmuch\r
80 cat', which returns the entire message, removes the unread tag,\r
81 changes the filename, and updates the database?\r
82 \r
83 The message returned by cat would be stored in a temporary file for\r
84 use by the client (emacs). And if the message was needed again, you\r
85 could just search for it again.\r
86 \r
87 I dislike the idea of heuristically probing a Maildir for files.\r
88 \r
89 --=20\r
90 martin | http://madduck.net/ | http://two.sentenc.es/\r
91 =20\r
92 "i don't think so," said rene descartes. just then, he vanished.\r
93 =20\r
94 spamtraps: madduck.bogus@madduck.net\r
95 \r
96 --fdj2RfSjLxBAspz7\r
97 Content-Type: application/pgp-signature; name="digital_signature_gpg.asc"\r
98 Content-Description: Digital signature (see http://martin-krafft.net/gpg/)\r
99 Content-Disposition: inline\r
100 \r
101 -----BEGIN PGP SIGNATURE-----\r
102 Version: GnuPG v1.4.10 (GNU/Linux)\r
103 \r
104 iEYEAREDAAYFAkvC1z0ACgkQIgvIgzMMSnWHxACfW7uzubsQxbkfXrWjQ1Ss+Pgw\r
105 nxMAn0xkMbkGPTrqpSEiz5idmwtlN4nq\r
106 =iU4Y\r
107 -----END PGP SIGNATURE-----\r
108 \r
109 --fdj2RfSjLxBAspz7--\r