Re: [notmuch] [PATCH] Import CODING_STYLE from cairo
authorDavid Bremner <bremner@unb.ca>
Wed, 13 Jan 2010 13:56:32 +0000 (09:56 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:58 +0000 (09:35 -0800)
95/b94b4f82a739df22d42fe0d8caaa02028f244d [new file with mode: 0644]

diff --git a/95/b94b4f82a739df22d42fe0d8caaa02028f244d b/95/b94b4f82a739df22d42fe0d8caaa02028f244d
new file mode 100644 (file)
index 0000000..ab0e083
--- /dev/null
@@ -0,0 +1,66 @@
+Return-Path: <bremner@pivot.cs.unb.ca>\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 83952431FBC\r
+       for <notmuch@notmuchmail.org>; Wed, 13 Jan 2010 05:58:45 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.017\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.017 tagged_above=-999 required=5\r
+       tests=[AWL=-0.018, BAYES_50=0.001] autolearn=ham\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 aDvShiJG0tHW for <notmuch@notmuchmail.org>;\r
+       Wed, 13 Jan 2010 05:58:45 -0800 (PST)\r
+Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
+       by olra.theworths.org (Postfix) with ESMTP id EF0BD431FAE\r
+       for <notmuch@notmuchmail.org>; Wed, 13 Jan 2010 05:58:44 -0800 (PST)\r
+Received: from\r
+       fctnnbsc30w-142167190143.pppoe-dynamic.high-speed.nb.bellaliant.net\r
+       ([142.167.190.143] helo=rocinante.cs.unb.ca)\r
+       by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
+       (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
+       id 1NV3kB-0005Dt-W9; Wed, 13 Jan 2010 09:58:44 -0400\r
+Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.71)\r
+       (envelope-from <bremner@rocinante.cs.unb.ca>)\r
+       id 1NV3i4-0004vM-VM; Wed, 13 Jan 2010 09:56:32 -0400\r
+From: David Bremner <bremner@unb.ca>\r
+To: Ali Polatel <alip@exherbo.org>, notmuch@notmuchmail.org\r
+In-Reply-To:\r
+ <24296f98dcf960342b02d2e1bbb303fd0ad4fa67.1263389936.git.alip@exherbo.org>\r
+References:\r
+ <24296f98dcf960342b02d2e1bbb303fd0ad4fa67.1263389936.git.alip@exherbo.org>\r
+Date: Wed, 13 Jan 2010 09:56:32 -0400\r
+Message-ID: <87my0i152n.fsf@rocinante.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-Sender-Verified: bremner@pivot.cs.unb.ca\r
+Subject: Re: [notmuch] [PATCH] Import CODING_STYLE from cairo\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, 13 Jan 2010 13:58:45 -0000\r
+\r
+On Wed, 13 Jan 2010 15:40:42 +0200, Ali Polatel <alip@exherbo.org> wrote:\r
+> A good way to let new contributors know how to contribute :)\r
+\r
+Not a bad idea. Also nice would be a style definition for emacs.\r
+\r
+I started, but did not get very far or even have much confidence it what\r
+I did do :)\r
+\r
+(setq notmuch-c-style\r
+  '("linux"\r
+    (c-basic-offset . 4)))\r
+(c-add-style "notmuch" notmuch-c-style)\r