Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 23A96431FD0 for ; Sun, 6 Feb 2011 05:29:14 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P+bQpeZpSDQy for ; Sun, 6 Feb 2011 05:29:13 -0800 (PST) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id EBCA0431FB5 for ; Sun, 6 Feb 2011 05:29:12 -0800 (PST) Received: by fxm11 with SMTP id 11so4326160fxm.26 for ; Sun, 06 Feb 2011 05:29:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer; bh=Mp5b2jyH+uReiRf5ymtENlgAGbAKdhDejuuhpnPCOfQ=; b=wuRmYM9lMIkhmMCoUxdZgboVxYrjyiFSkF+zm5DWWELraGAC63e6AOxXPXCX6M2Tsd DbT63tNirWGprzogkoIAtlbuVEmUbEnFHRI/tLB8E5TKNvTO4h1+Ky5fIWj+JhSZ0/1V WpaBIgT72pxTQAy7FX9GuqNz6ijlJMXc151uI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=bls7LIVVYKn5ujJpQjoSWvBXbAAUGOLfGL2HlXt2VmRSc/n+fNneVf3Wzv5h6LZkRU P8aBSVpLXvQ+B8KkZraWGNXfvZcR7xNPd9RIZBIezNyov0n7buh61UYm+Irk925DZDj5 4TEMnfol0I0xJzkh27M9HF6cfK+MR1f4d84NE= Received: by 10.223.96.66 with SMTP id g2mr5594217fan.61.1296998951651; Sun, 06 Feb 2011 05:29:11 -0800 (PST) Received: from localhost (a91-153-253-80.elisa-laajakaista.fi [91.153.253.80]) by mx.google.com with ESMTPS id j12sm840482fax.33.2011.02.06.05.29.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 06 Feb 2011 05:29:11 -0800 (PST) From: Felipe Contreras To: notmuch@notmuchmail.org Subject: [PATCH 0/2] vim: improvements for sendmail Date: Sun, 6 Feb 2011 15:29:05 +0200 Message-Id: <1296998947-13683-1-git-send-email-felipe.contreras@gmail.com> X-Mailer: git-send-email 1.7.4.1.g4f7e4.dirty X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2011 13:29:14 -0000 Hi, I use msmtp to send mail, and I rely on the 'from' address to be set correctly (-f foo@bar.com) in order to pick the right account to send mail from. Postfix and other MTA's can be configured in similar ways. It's impossible to use this functionality with mailx, so let's use sendmail directly. Felipe Contreras (2): vim: use sendmail directly vim: parse 'from' address vim/plugin/notmuch.vim | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) -- 1.7.4.1.g4f7e4.dirty