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 ABE96431FAF for ; Tue, 2 Apr 2013 12:34:28 -0700 (PDT) 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 wxpXZrpnuWWR for ; Tue, 2 Apr 2013 12:34:28 -0700 (PDT) Received: from mail-yh0-f43.google.com (mail-yh0-f43.google.com [209.85.213.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 599E8431FAE for ; Tue, 2 Apr 2013 12:34:28 -0700 (PDT) Received: by mail-yh0-f43.google.com with SMTP id f43so118183yha.16 for ; Tue, 02 Apr 2013 12:34:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; bh=39luYnO8TUCSSJmMHJ3KScUVl3c1W6PPZzwNpDk2YKw=; b=EHeYVkze6f4iZRST/wfi5C9MVlRalXQwTIqpmGHiB9R0sq2RhZyEv7YoiiOrinyMcl l7E7TNaa0h7U3Zepv/Z+Rs7dGcLHk0E6hCGyRB1susazvcAPCCsSl8bS7C7MrpkLsQgy AyxwcMrPeO43Y8E8WuJG7ckf8pk/WDCxDpIWgbjf2Bbq5KPWVCR4aQksp+CZPpPXG8p5 JT7zUUUoZtfbun8fh4Pq3BwL9XmFFJcbtbVGih9tiRHBEzeMCpFW0EANj8bPvxcgIM4t h17GCMmhFflGHIDTM3B3sw5p4MuVcXLp/tCPU0+4qyVEw1QeDh99Xz0SaMNtTRCHOwHo XsIw== X-Received: by 10.236.160.233 with SMTP id u69mr16248802yhk.124.1364931267862; Tue, 02 Apr 2013 12:34:27 -0700 (PDT) Received: from localhost (187-163-100-70.static.axtel.net. [187.163.100.70]) by mx.google.com with ESMTPS id u33sm5054260yhn.7.2013.04.02.12.34.25 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 02 Apr 2013 12:34:27 -0700 (PDT) Date: Tue, 02 Apr 2013 13:33:15 -0600 From: Felipe Contreras To: "Kirill A. Shutemov" , Felipe Contreras Message-ID: <515b327bcb818_146e1045e10936d0@nysa.mail> In-Reply-To: <1359388340-27136-4-git-send-email-kirill@shutemov.name> References: <1359388340-27136-1-git-send-email-kirill@shutemov.name> <1359388340-27136-4-git-send-email-kirill@shutemov.name> Subject: RE: [PATCH 3/5] /usr/sbin/sendmail as a default g:notmuch_rb_sendmail Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: notmuch@notmuchmail.org 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: Tue, 02 Apr 2013 19:34:28 -0000 Kirill A. Shutemov wrote: > From: "Kirill A. Shutemov" > > It's confusing that we don't have a default sendmail program. Let's use > /usr/sbin/sendmail as reasonable default. Applied. -- Felipe Contreras