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 91B3441439F for ; Fri, 13 Jan 2012 12:46:04 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.463 X-Spam-Level: * X-Spam-Status: No, score=1.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] 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 Z9SpjFwkhqQQ for ; Fri, 13 Jan 2012 12:46:03 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 9687B414398 for ; Fri, 13 Jan 2012 12:46:03 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id BCCA8215A4; Fri, 13 Jan 2012 21:46:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=UQzmHPxwa4J2njFQzeZEBL Bkz+o=; b=OkeRxgqciEZwNMRVGkJ+u4Efqau8dhHOh6QvVXLGXT4+9hHBNNLuP/ eoKalmE/xmlG4YkgkPPg59NcxhhANnZFqZyTbFSPT7J1yVlQ+I1HziRcR/xUfiCr S5ki9LkTEvzPrrjiMPm1/oRI/mfE0dNj0SOwD3N3aEMsFRLcZvBrQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=Zp7TfeYU8VZ+ayif +8SpdQ5eiPbJuMPDgOYrQ4MdKStkpbqPPg8pbJ4kagZrs2vmK/a7MULFQiB9K8ua DQq+ui4+7xeOsz9igQL6ddqgIKsVhkoNohVUgZ4IMI9uCsFw/LWdK8oNyPdwNBGD BJK8OpIJ0qtKSNXg0gOLDlBt6Vo= Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Fri, 13 Jan 2012 21:46:00 +0100 (CET) From: Xavier Maillard To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH 2/2] notmuch-dev: Update the master branch when requested. In-Reply-To: <1326461294-25546-2-git-send-email-dme@dme.org> References: <87wr8v23ib.fsf@zancas.localnet> <1326461294-25546-1-git-send-email-dme@dme.org> <1326461294-25546-2-git-send-email-dme@dme.org> User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Fri, 13 Jan 2012 22:03:17 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 20:46:05 -0000 Hi David, Have you planned to cook something about this in notmuch wiki ? That sounds like something I could use to test patches more easily than I do currently. Note: I am totally a dummy when I have to use git :/ Regards /Xavier