Re: [PATCH] VIM: Make an option to save sent mail locally
authorBartosz Telenczuk <telenczuk@unic.cnrs-gif.fr>
Tue, 13 Jan 2015 00:08:57 +0000 (01:08 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:47:21 +0000 (14:47 -0700)
e2/4f92f3f663939ab560912d60eef8dae327b95c [new file with mode: 0644]

diff --git a/e2/4f92f3f663939ab560912d60eef8dae327b95c b/e2/4f92f3f663939ab560912d60eef8dae327b95c
new file mode 100644 (file)
index 0000000..43f0fd2
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <telenczuk@unic.cnrs-gif.fr>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id A85C5431FCB\r
+       for <notmuch@notmuchmail.org>; Mon, 12 Jan 2015 16:09:04 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.438\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
+       tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id qdEANyscKj6c for <notmuch@notmuchmail.org>;\r
+       Mon, 12 Jan 2015 16:09:02 -0800 (PST)\r
+Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74])\r
+       by olra.theworths.org (Postfix) with ESMTP id 59FBC431FC3\r
+       for <notmuch@notmuchmail.org>; Mon, 12 Jan 2015 16:09:02 -0800 (PST)\r
+Received: from localhost (87-231-242-54.rev.numericable.fr [87.231.242.54])\r
+       by smtp.webfaction.com (Postfix) with ESMTP id 1CA5D26EA652;\r
+       Tue, 13 Jan 2015 00:08:59 +0000 (UTC)\r
+Date: Tue, 13 Jan 2015 01:08:57 +0100\r
+From: Bartosz Telenczuk <telenczuk@unic.cnrs-gif.fr>\r
+To: notmuch@notmuchmail.org\r
+Message-ID: <54b4621983c45_7f93fe5bd4401f0ef@bts-MacBook-Pro.local.notmuch>\r
+In-Reply-To: <543d5e2927b41_5918e8fe90f4@ovo.mains.priv.notmuch>\r
+References: <1412617904-27252-1-git-send-email-imain@stemwinder.org>\r
+       <1412619036-29203-1-git-send-email-imain@stemwinder.org>\r
+       <20141014154535.GJ23373@TP_L520.localdomain>\r
+       <543d5e2927b41_5918e8fe90f4@ovo.mains.priv.notmuch>\r
+Subject: Re: [PATCH] VIM: Make an option to save sent mail locally\r
+Mime-Version: 1.0\r
+Content-Type: text/plain;\r
+ charset=utf-8\r
+Content-Transfer-Encoding: 7bit\r
+X-Mailman-Approved-At: Tue, 13 Jan 2015 09:38:02 -0800\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 13 Jan 2015 00:09:04 -0000\r
+\r
+Great work!\r
+\r
+> Yeah, I can add it so the folder can be changed.  I figured this was just the\r
+> start of things.  Really we should be able to fcc it to our upstream provider\r
+> sent mailbox too.\r
+\r
+I would appreciate an option to configure the "sent" box per provider. I\r
+implemented this feature in this patch:\r
+\r
+id:1420891384-992-4-git-send-email-telenczuk@unic.cnrs-gif.fr\r
+\r
+The way it works is that it reads a mapping between the email-addresses and sent \r
+dirs from .notmuch-config. Then it parses the "from" header of the sent message\r
+and "notmuch inserts" the message into the directory associated with the "from" address. \r
+\r
+It is not a fully polished patch. Perhaps we could merge the two to get something more final.\r
+\r
+Bartosz\r