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 78E9A429E36 for ; Wed, 25 Jan 2012 10:24:19 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 od5lG-QHM-2q for ; Wed, 25 Jan 2012 10:24:18 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id B71FF431FBC for ; Wed, 25 Jan 2012 10:24:18 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id 7E70368056; Wed, 25 Jan 2012 20:24:19 +0200 (EET) From: Tomi Ollila To: Jameson Graef Rollins , notmuch@notmuchmail.org Subject: Re: [RFC PATCH] bikeshed uncrustify options In-Reply-To: <87d3a77mzz.fsf@servo.finestructure.net> References: <1327504886-8730-1-git-send-email-tomi.ollila@iki.fi> <87d3a77mzz.fsf@servo.finestructure.net> User-Agent: Notmuch/0.11+116~g34d80c9 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Wed, 25 Jan 2012 18:24:19 -0000 On Wed, 25 Jan 2012 08:41:52 -0800, Jameson Graef Rollins wrote: > On Wed, 25 Jan 2012 17:21:26 +0200, Tomi Ollila wrote: > > -type GMimeObject mime_node_t > > +type GMimeObject GMimeCryptoContext GMimeCipherContext > > +type mime_node_t notmuch_message_t > > This must be a mistake. Presumably this hasn't been properly rebased > against the latest master, which includes Austin's part 2 show rewrite. $ git reset --hard origin/master $ git describe debian/0.11-1-116-ge6e10b8 $ git am foo.am Applying: bikeshed uncrustify options $ > jamie. Tomi