Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / e2 / 4f92f3f663939ab560912d60eef8dae327b95c
1 Return-Path: <telenczuk@unic.cnrs-gif.fr>\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 A85C5431FCB\r
6         for <notmuch@notmuchmail.org>; Mon, 12 Jan 2015 16:09:04 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\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 qdEANyscKj6c for <notmuch@notmuchmail.org>;\r
16         Mon, 12 Jan 2015 16:09:02 -0800 (PST)\r
17 Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74])\r
18         by olra.theworths.org (Postfix) with ESMTP id 59FBC431FC3\r
19         for <notmuch@notmuchmail.org>; Mon, 12 Jan 2015 16:09:02 -0800 (PST)\r
20 Received: from localhost (87-231-242-54.rev.numericable.fr [87.231.242.54])\r
21         by smtp.webfaction.com (Postfix) with ESMTP id 1CA5D26EA652;\r
22         Tue, 13 Jan 2015 00:08:59 +0000 (UTC)\r
23 Date: Tue, 13 Jan 2015 01:08:57 +0100\r
24 From: Bartosz Telenczuk <telenczuk@unic.cnrs-gif.fr>\r
25 To: notmuch@notmuchmail.org\r
26 Message-ID: <54b4621983c45_7f93fe5bd4401f0ef@bts-MacBook-Pro.local.notmuch>\r
27 In-Reply-To: <543d5e2927b41_5918e8fe90f4@ovo.mains.priv.notmuch>\r
28 References: <1412617904-27252-1-git-send-email-imain@stemwinder.org>\r
29         <1412619036-29203-1-git-send-email-imain@stemwinder.org>\r
30         <20141014154535.GJ23373@TP_L520.localdomain>\r
31         <543d5e2927b41_5918e8fe90f4@ovo.mains.priv.notmuch>\r
32 Subject: Re: [PATCH] VIM: Make an option to save sent mail locally\r
33 Mime-Version: 1.0\r
34 Content-Type: text/plain;\r
35  charset=utf-8\r
36 Content-Transfer-Encoding: 7bit\r
37 X-Mailman-Approved-At: Tue, 13 Jan 2015 09:38:02 -0800\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Tue, 13 Jan 2015 00:09:04 -0000\r
51 \r
52 Great work!\r
53 \r
54 > Yeah, I can add it so the folder can be changed.  I figured this was just the\r
55 > start of things.  Really we should be able to fcc it to our upstream provider\r
56 > sent mailbox too.\r
57 \r
58 I would appreciate an option to configure the "sent" box per provider. I\r
59 implemented this feature in this patch:\r
60 \r
61 id:1420891384-992-4-git-send-email-telenczuk@unic.cnrs-gif.fr\r
62 \r
63 The way it works is that it reads a mapping between the email-addresses and sent \r
64 dirs from .notmuch-config. Then it parses the "from" header of the sent message\r
65 and "notmuch inserts" the message into the directory associated with the "from" address. \r
66 \r
67 It is not a fully polished patch. Perhaps we could merge the two to get something more final.\r
68 \r
69 Bartosz\r