Re: [PATCH 1/1] emacs: removed 3 duplicate functions from notmuch-show.el
[notmuch-archives.git] / b2 / d4788883d917471b469539f090d0918033919e
1 Return-Path: <damien.cassou@gmail.com>\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 36B9E431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 13 Sep 2012 07:36:00 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 IrN6Df6Ueluf for <notmuch@notmuchmail.org>;\r
17         Thu, 13 Sep 2012 07:35:59 -0700 (PDT)\r
18 Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com\r
19         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 0B1A7431FAE\r
22         for <notmuch@notmuchmail.org>; Thu, 13 Sep 2012 07:35:58 -0700 (PDT)\r
23 Received: by bkwj4 with SMTP id j4so641117bkw.26\r
24         for <notmuch@notmuchmail.org>; Thu, 13 Sep 2012 07:35:56 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=mime-version:from:date:message-id:subject:to:content-type;\r
27         bh=K/2wMHmyR/lhrdT/CNuCu5JU4NQyVipDPdl76ypylEs=;\r
28         b=DEb0noFRAKvkn+ZwjCKEcSrW+/km8ubsTCFTi2Cz8iXmhO87sTSuVnOcYobXSLrFjW\r
29         bC09HD/fMulisELA+THXNBwhr/xIHTGSyB0T8ZVjUIZ+DHT+V33/y3BQeS4lPKLci9Q2\r
30         SMQpPng+vvMjXnMc/jdmv32otNNJfWNLfc+PFr/6k7v+ZFPDCsUySwGcnivgX/F0Pzg2\r
31         mZAgM0xaC3oNM9hLa1V4tH4VKqwD5EdtWcXw05gcbn0rtHyExRh/AqMj6wjfOlOGVPba\r
32         3mR+NHwsgBe2n2Vt3MEXD+uIusu3rwfyXoFDL59tHL8lKo4m0EmJ2J3Z7Z6rZkkRDyTa\r
33         UR/Q==\r
34 Received: by 10.204.128.65 with SMTP id j1mr1202446bks.93.1347546956085; Thu,\r
35         13 Sep 2012 07:35:56 -0700 (PDT)\r
36 MIME-Version: 1.0\r
37 Received: by 10.205.130.132 with HTTP; Thu, 13 Sep 2012 07:35:35 -0700 (PDT)\r
38 From: Damien Cassou <damien.cassou@gmail.com>\r
39 Date: Thu, 13 Sep 2012 16:35:35 +0200\r
40 Message-ID:\r
41  <CA+y5gghe68Sy6BK8FdeGbKEESFD_=2GQ+y+oZSYyt85oQqRuzA@mail.gmail.com>\r
42 Subject: Better Gmail handling by not using Notmuch tags\r
43 To: notmuch@notmuchmail.org\r
44 Content-Type: text/plain; charset=ISO-8859-1\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Thu, 13 Sep 2012 14:36:00 -0000\r
58 \r
59 Hi,\r
60 \r
61 I'm a Gmail user and would like to keep using Gmail web interface in\r
62 parallel to Notmuch. Basically, I would like Notmuch to mimic Gmail's\r
63 behavior. In the notmuch mailing list, users proposed to convert Gmail\r
64 folders to Notmuch tags and back (e.g.,\r
65 http://notmuchmail.org/pipermail/notmuch/2012/009280.html). However, I\r
66 didn't see any out-of-the-box full implementation of this proposal.\r
67 \r
68 Another solution would be to work directly with folders from Notmuch.\r
69 Adding a Notmuch tag would just copy the current mail file to a\r
70 different folder. Removing a tag would just remove the current mail\r
71 file from the folder. Would such a solution work? What would I loose?\r
72 \r
73 Thank you\r
74 \r
75 -- \r
76 Damien Cassou\r
77 http://damiencassou.seasidehosting.st\r
78 \r
79 "Lambdas are relegated to relative obscurity until Java makes them\r
80 popular by not having them." James Iry\r