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 BAEF2431FDB for ; Sat, 14 Apr 2012 14:56:07 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 kS2pFcAl16Px for ; Sat, 14 Apr 2012 14:56:07 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 03901431FAE for ; Sat, 14 Apr 2012 14:56:06 -0700 (PDT) Received: by lahc1 with SMTP id c1so3224695lah.26 for ; Sat, 14 Apr 2012 14:56:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:in-reply-to:references:date:message-id:mime-version :content-type:x-gm-message-state; bh=Yin5tsVABDXxqRm3Mm/CG93eDWr41Si69XIY8QLJNHw=; b=cuS6/J2Vugt9qTX+3S0ZxIWJbkM2PJavS+TnwwVVGYsljavLltTKaKMXw5nnHADDef Wgborc9YE/a+RfUkV9psnZLlGmZIvbUL6m6J04qM8Mw3LwrhHJlw/PzBx9wcQv9ZsTw5 HiR8gnrKVOWWke+Ad5oaC/+5WGydpVR5ERGYmxCEhcLp1l9hNc7Oz6kqgNLHNwR9iT8d kq+bybMxbAZBtBrvsAgSbUZDkSySFI6yVbUHDJZXA2VcN4JRu98gtnrXu3oPzJICbcQr aMO/1MIDmJZVOew74UWoG4sMS2MWkXA/JTXFf5x1epM5LNA0U7KMWY1tOjrumKG+JGbm di1A== Received: by 10.112.42.41 with SMTP id k9mr2736041lbl.96.1334440565393; Sat, 14 Apr 2012 14:56:05 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe50dc00-68.dhcp.inet.fi. [80.220.80.68]) by mx.google.com with ESMTPS id mm11sm13974042lab.2.2012.04.14.14.56.03 (version=SSLv3 cipher=OTHER); Sat, 14 Apr 2012 14:56:04 -0700 (PDT) From: Jani Nikula To: Jameson Graef Rollins , Notmuch Mail Subject: Re: [PATCH 2/2] emacs: new mua mailto: URI handler In-Reply-To: <87bomuf1i5.fsf@servo.finestructure.net> References: <1327865624-7673-1-git-send-email-jrollins@finestructure.net> <1327865624-7673-2-git-send-email-jrollins@finestructure.net> <87hawmyt8k.fsf@servo.finestructure.net> <87wr5idprb.fsf@nikula.org> <87bomucaq3.fsf@servo.finestructure.net> <87r4vqdn5k.fsf@nikula.org> <87bomuf1i5.fsf@servo.finestructure.net>User-Agent: Notmuch/0.12+81~g839a805 (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Sun, 15 Apr 2012 00:56:01 +0300 Message-ID: <87lilydlla.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQkj8n1fhJIv/tZQ67DEhMtdu9FtxCRL60wHPucG3k/Z7DliEI3+R0tX0wgtyTevWMJZ6tYD 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: Sat, 14 Apr 2012 21:56:07 -0000 Jameson Graef Rollins writes: > On Sat, Apr 14 2012, Jani Nikula wrote: >> I was doing this purely based on whether the patches apply or not. > > I'm so sorry, Jani. You are correct that this patch requires a small > rebase fix to apply to master. I'm not sure how I missed it previously. No problem. Thanks for checking again; I was worried we might have a bug somewhere. :) Jani.