From: Felipe Contreras Date: Tue, 2 Apr 2013 19:21:05 +0000 (+1800) Subject: Re: [PATCH 2/5] rename g:notmuch_sendmail -> g:notmuch_rb_sendmail X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=767823b8d3bb96d6f114bdb6612a53bc416bc75b;p=notmuch-archives.git Re: [PATCH 2/5] rename g:notmuch_sendmail -> g:notmuch_rb_sendmail --- diff --git a/e2/bafc968675a0a14a46e2f975407669cc0068bc b/e2/bafc968675a0a14a46e2f975407669cc0068bc new file mode 100644 index 000000000..b4d163c80 --- /dev/null +++ b/e2/bafc968675a0a14a46e2f975407669cc0068bc @@ -0,0 +1,76 @@ +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 8E848431FAF + for ; Tue, 2 Apr 2013 12:21:11 -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 V2xUcIBXXEDv for ; + Tue, 2 Apr 2013 12:21:07 -0700 (PDT) +Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com + [209.85.217.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1FD14431FAE + for ; Tue, 2 Apr 2013 12:21:06 -0700 (PDT) +Received: by mail-lb0-f170.google.com with SMTP id x11so839411lbi.1 + for ; Tue, 02 Apr 2013 12:21:05 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:x-received:in-reply-to:references:date:message-id + :subject:from:to:cc:content-type; + bh=h62V61+gvlVrTdOKft1PTJ+YyOPtTRLCqjaYbXVAlP0=; + b=NAaQY+41OX0/sBOokrIifCVZdWcIWgnlLAdNVCPWpqTa1UeACWCWq1oWjBNH/ubkKo + mFDwxsh/iBU8AoIfnc3fKe1iPZkJBk4IICFawSzvtjhlyBxX47jlyOydGBxTGoWFgRvB + IWuNLrYOE7seF9lJt2kMprP7/CQsHAOrFIQUlFRWOv8350gWpX5px0UcuIsVGsA7FlP2 + SlJt2gQcdzv3Px3ERxlko4oXykgNfbSvlDpYsi92GKWx378KMTigkWEMGNVfX24hyJSZ + kk4pZLbAeflD8iMkoiNA2t4OYmVkp6DuN4o7Xf/LjmiJpnVrpEEikPqdVx8FdpUecvjN + Qw6Q== +MIME-Version: 1.0 +X-Received: by 10.152.128.98 with SMTP id nn2mr8423241lab.17.1364930465576; + Tue, 02 Apr 2013 12:21:05 -0700 (PDT) +Received: by 10.114.20.36 with HTTP; Tue, 2 Apr 2013 12:21:05 -0700 (PDT) +In-Reply-To: <1359388340-27136-3-git-send-email-kirill@shutemov.name> +References: <1359388340-27136-1-git-send-email-kirill@shutemov.name> + <1359388340-27136-3-git-send-email-kirill@shutemov.name> +Date: Tue, 2 Apr 2013 13:21:05 -0600 +Message-ID: + +Subject: Re: [PATCH 2/5] rename g:notmuch_sendmail -> g:notmuch_rb_sendmail +From: Felipe Contreras +To: "Kirill A. Shutemov" +Content-Type: text/plain; charset=UTF-8 +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:21:11 -0000 + +On Mon, Jan 28, 2013 at 9:52 AM, Kirill A. Shutemov + wrote: +> From: "Kirill A. Shutemov" +> +> All configuration variable use prefix notmuch_rb_ except +> notmuch_sendmail. Let's fix it. + +I'm not sure about this one. notmuch-vim is official, what happens if +you have both notmuch-vim and notmuch-vim-ruby? Wouldn't it be nice to +use the same variable for configuration? + +-- +Felipe Contreras