Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 2b / 47408fa02de86363d4fd619c7c1079754eee9e
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 41764431FC7\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Feb 2015 15:42:36 -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 bITBFrQXtyG3 for <notmuch@notmuchmail.org>;\r
16         Mon,  2 Feb 2015 15:42:33 -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 1A00E431FC2\r
19         for <notmuch@notmuchmail.org>; Mon,  2 Feb 2015 15:42:33 -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 987C3208FB77;\r
22         Mon,  2 Feb 2015 23:42:30 +0000 (UTC)\r
23 Date: Tue, 03 Feb 2015 00:42:28 +0100\r
24 From: Bartosz Telenczuk <telenczuk@unic.cnrs-gif.fr>\r
25 To: Franz Fellner <alpine.art.de@gmail.com>, \r
26         Bartosz Telenczuk <telenczuk@unic.cnrs-gif.fr>\r
27 Message-ID:\r
28  <54d00b64c9a73_47c3ff0b58781fc17@bartels-MacBook-Pro.local.notmuch>\r
29 In-Reply-To: <54bff88d4b5dd_5b9d145d30431@TP_L520.notmuch>\r
30 References: <1412617904-27252-1-git-send-email-imain@stemwinder.org>\r
31         <1412619036-29203-1-git-send-email-imain@stemwinder.org>\r
32         <20141014154535.GJ23373@TP_L520.localdomain>\r
33         <543d5e2927b41_5918e8fe90f4@ovo.mains.priv.notmuch>\r
34         <54b4621983c45_7f93fe5bd4401f0ef@bts-MacBook-Pro.local.notmuch>\r
35         <54bff88d4b5dd_5b9d145d30431@TP_L520.notmuch>\r
36 Subject: Re: [PATCH] VIM: Make an option to save sent mail locally\r
37 Mime-Version: 1.0\r
38 Content-Type: text/plain;\r
39  charset=utf-8\r
40 Content-Transfer-Encoding: 7bit\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: Mon, 02 Feb 2015 23:42:36 -0000\r
55 \r
56 > > I would appreciate an option to configure the "sent" box per provider. I\r
57 > > implemented this feature in this patch:\r
58 > > \r
59 > > id:1420891384-992-4-git-send-email-telenczuk@unic.cnrs-gif.fr\r
60\r
61 > Generally it might work. But there are other features that may rely on per-account-settings (drafts, outbox, templates, ...). Setting them all that way might get ugly. The best solution might be to introduce a setting for account information.\r
62 \r
63 Definitely, in my implementation this is done via a setting in the notmuch config file, which maps between accounts and provider dir. If this is not configure, it default to not storing sent emails. For example:\r
64 \r
65 [vim]\r
66 sent_dirs=telenczb@hu-berlin.de=>HU/Sent;telenczuk@unic.cnrs-gif.fr=>CNRS/Sent\r
67 \r
68 Cheers,\r
69 \r
70 Bartosz\r