Re: [PATCH v2] emacs: bad regexp @ `notmuch-search-process-filter'
authorservilio <servilio@gmail.com>
Wed, 20 Jul 2011 04:50:53 +0000 (00:50 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:10 +0000 (09:39 -0800)
bd/0309c6d5c49f0581f6caece25a507b83027399 [new file with mode: 0644]

diff --git a/bd/0309c6d5c49f0581f6caece25a507b83027399 b/bd/0309c6d5c49f0581f6caece25a507b83027399
new file mode 100644 (file)
index 0000000..8713f24
--- /dev/null
@@ -0,0 +1,68 @@
+Return-Path: <servilio@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 745E0429E25\r
+       for <notmuch@notmuchmail.org>; Tue, 19 Jul 2011 21:50:55 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id Y2WLdWdDl+sb for <notmuch@notmuchmail.org>;\r
+       Tue, 19 Jul 2011 21:50:54 -0700 (PDT)\r
+Received: from mail-pv0-f181.google.com (mail-pv0-f181.google.com\r
+       [74.125.83.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id B6370431FB6\r
+       for <notmuch@notmuchmail.org>; Tue, 19 Jul 2011 21:50:54 -0700 (PDT)\r
+Received: by pvg13 with SMTP id 13so5002601pvg.26\r
+       for <notmuch@notmuchmail.org>; Tue, 19 Jul 2011 21:50:53 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
+       :cc:content-type;\r
+       bh=FdOk+Xljj+xAHCiUHWJQ1UYGHBWF8eh+DHAAxWL8iPA=;\r
+       b=bzEM63pMfpq6OU4EDO/0X4dxtam7Xajpk6gLfcHW2LO496uSdsKEImIY5gtCtxX2C8\r
+       V3KsHKoMwl07/NSj1B9RuVjukBpNNLbQxXwJc6JPaLnt9zAUJ4jqHlYkmxT0xnZfZMkq\r
+       kxXWYEFSeRMcd1xD78QKL/L3XxcNz8WAeRPvg=\r
+MIME-Version: 1.0\r
+Received: by 10.68.66.3 with SMTP id b3mr5687286pbt.196.1311137453624; Tue, 19\r
+       Jul 2011 21:50:53 -0700 (PDT)\r
+Received: by 10.68.43.40 with HTTP; Tue, 19 Jul 2011 21:50:53 -0700 (PDT)\r
+In-Reply-To: <20110713185721.GI25558@mit.edu>\r
+References: <20110705214234.GA15360@mit.edu>\r
+       <1310416993-31031-1-git-send-email-pieter@praet.org>\r
+       <20110711210532.GC25558@mit.edu> <878vs28dvo.fsf@praet.org>\r
+       <20110713185721.GI25558@mit.edu>\r
+Date: Wed, 20 Jul 2011 00:50:53 -0400\r
+Message-ID:\r
+ <CAPFwwQhRdJykzkckPZoPU9aKpdLH+h5Qwj4ftv8Q1Jrjg6eYEA@mail.gmail.com>\r
+Subject: Re: [PATCH v2] emacs: bad regexp @ `notmuch-search-process-filter'\r
+From: servilio <servilio@gmail.com>\r
+To: Austin Clements <amdragon@mit.edu>\r
+Content-Type: text/plain; charset=UTF-8\r
+Cc: Notmuch Mail <notmuch@notmuchmail.org>, David Edmondson <dme@dme.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 20 Jul 2011 04:50:56 -0000\r
+\r
+What about encoding in notmuch the elements composing the line, print\r
+the elements with a separator that would be encoded if it appears in\r
+an element, then do the reverse in emacs. One such encoding might be\r
+URL-encoding.\r
+\r
+Servilio\r