[PATCH 1/2] style fixes
authorFlorian Friesdorf <flo@chaoflow.net>
Sun, 8 May 2011 23:13:14 +0000 (01:13 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:10 +0000 (09:38 -0800)
61/7bb9c2d66c8b045eba7b6ebbbfe32684cf90bd [new file with mode: 0644]

diff --git a/61/7bb9c2d66c8b045eba7b6ebbbfe32684cf90bd b/61/7bb9c2d66c8b045eba7b6ebbbfe32684cf90bd
new file mode 100644 (file)
index 0000000..8f2f587
--- /dev/null
@@ -0,0 +1,83 @@
+Return-Path: <flo@chaoflow.net>\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 AD37D429E20\r
+       for <notmuch@notmuchmail.org>; Sun,  8 May 2011 16:13:22 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       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 ETvBIPEWOa3u for <notmuch@notmuchmail.org>;\r
+       Sun,  8 May 2011 16:13:22 -0700 (PDT)\r
+Received: from tesla.chaoflow.net (tesla.chaoflow.net [188.40.54.22])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id E4321431FB5\r
+       for <notmuch@notmuchmail.org>; Sun,  8 May 2011 16:13:21 -0700 (PDT)\r
+Received: from eve.chaoflow.net (ppp-188-174-25-68.dynamic.mnet-online.de\r
+       [188.174.25.68])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       (Authenticated sender: flo@chaoflow.net)\r
+       by tesla.chaoflow.net (Postfix) with ESMTPSA id 8B333C8CD;\r
+       Mon,  9 May 2011 01:13:20 +0200 (CEST)\r
+Received: from eve.fritz.box (eve.chaoflow.net [127.0.0.1])\r
+       by eve.chaoflow.net (Postfix) with ESMTP id 50B3527D; Sun,\r
+       8 May 2011 23:13:20 +0000 (Local time zone must be set--see zic manual\r
+       page)\r
+From: Florian Friesdorf <flo@chaoflow.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/2] style fixes\r
+Date: Mon,  9 May 2011 01:13:14 +0200\r
+Message-Id: <1304896395-7407-1-git-send-email-flo@chaoflow.net>\r
+X-Mailer: git-send-email 1.7.5.1\r
+In-Reply-To: <BANLkTi=zkF5UtGPc69O06ZEaaCes-52y4w@mail.gmail.com>\r
+References: <BANLkTi=zkF5UtGPc69O06ZEaaCes-52y4w@mail.gmail.com>\r
+X-Virus-Scanned: clamav-milter 0.96.5 at tesla\r
+X-Virus-Status: Clean\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: Sun, 08 May 2011 23:13:22 -0000\r
+\r
+---\r
+ notmuch-search.c |    4 ++--\r
+ 1 files changed, 2 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/notmuch-search.c b/notmuch-search.c\r
+index e7fc41a..fd7c7d1 100644\r
+--- a/notmuch-search.c\r
++++ b/notmuch-search.c\r
+@@ -112,13 +112,13 @@ format_item_id_text (unused (const void *ctx),\r
+ }\r
\r
+ static char *\r
+-sanitize_string(const void *ctx, const char *str)\r
++sanitize_string (const void *ctx, const char *str)\r
+ {\r
+     char *out, *loop;\r
\r
+     loop = out = talloc_strdup (ctx, str);\r
\r
+-    for(;*loop;loop++){\r
++    for (; *loop; loop++) {\r
+       if ((unsigned char)(*loop) < 32)\r
+           *loop = '?';\r
+     }\r
+-- \r
+1.7.5.1\r
+\r