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 E7CF2418C36 for ; Wed, 16 Jun 2010 11:28:19 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.599 X-Spam-Level: X-Spam-Status: No, score=-0.599 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001] autolearn=ham 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 GGfyRUP8gZZC for ; Wed, 16 Jun 2010 11:28:09 -0700 (PDT) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by olra.theworths.org (Postfix) with ESMTP id A9A88431FC1 for ; Wed, 16 Jun 2010 11:28:09 -0700 (PDT) Received: by fxm16 with SMTP id 16so4537975fxm.26 for ; Wed, 16 Jun 2010 11:28:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=zFJuVCodNc+GgznEB4Y10wEjLFiRht2LEo6wzCdUkz4=; b=ctVP8qgoW4kTvwneg61GWZsh+mk8t3E/fMIc1XpZm/SoMN2z+d28m41O17lkzWvNA+ 8nXJh3o8Jia2LUl18gxntQ/lkjlHYkciX0lB3dxWsNG/J17DhOBStZvcfrX5z2ruBXeI ibtnBsLVSNCI58oS2XDr7CZsmlI15oCn+cy4A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=h4IOZTLGjEGRrtjEagSyGI6ZgN7YMnOhq6S2RG0kcxwDKRspd2345+VnOWkUJjx2/J 0LV0pNR3saEoIYoHJ4WRG7zFbTG99hGjCpc4hgvewaIMtfMRNgZLtMKAiEU6shmI7xXy OMOPh5+o1lIVZlsDE6JQhwwcamQVOWmEgv4QU= MIME-Version: 1.0 Received: by 10.204.79.214 with SMTP id q22mr6832962bkk.109.1276712887594; Wed, 16 Jun 2010 11:28:07 -0700 (PDT) Received: by 10.204.60.78 with HTTP; Wed, 16 Jun 2010 11:28:07 -0700 (PDT) In-Reply-To: <1275736362-22771-8-git-send-email-felipe.contreras@gmail.com> References: <1275736362-22771-1-git-send-email-felipe.contreras@gmail.com> <1275736362-22771-8-git-send-email-felipe.contreras@gmail.com> Date: Wed, 16 Jun 2010 21:28:07 +0300 Message-ID: Subject: Re: [PATCH 7/9] vim: use mailx for sending From: Felipe Contreras To: notmuch@notmuchmail.org Content-Type: text/plain; charset=UTF-8 Cc: Bart Trojanowski 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: Wed, 16 Jun 2010 18:28:20 -0000 On Sat, Jun 5, 2010 at 2:12 PM, Felipe Contreras wrote: > Possilby used by more systems, and besides the code wasn't really > working properly anyway. Hmm, I just noticed that mailx in Fedora 13 (apparently heirloom mailx) is dropping the 'in-reply-to' and 'references' headers, so it would make more sense to generate output directly for the MTA. FTR. There's no 'mail' command on F13. -- Felipe Contreras