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 46C00429E30 for ; Tue, 30 Aug 2011 04:04:12 -0700 (PDT) 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 FfevQt2vooCK for ; Tue, 30 Aug 2011 04:04:11 -0700 (PDT) Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id DC2F0429E28 for ; Tue, 30 Aug 2011 04:04:10 -0700 (PDT) Received: from taco2.nixu.fi (localhost [127.0.0.1]) by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p7UB46QL005086 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 30 Aug 2011 14:04:06 +0300 Received: (from too@localhost) by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p7UB46DT005083; Tue, 30 Aug 2011 14:04:06 +0300 X-Authentication-Warning: taco2.nixu.fi: too set sender to tomi.ollila@nixu.com using -f From: Tomi Ollila To: Matthias Guedemann Subject: Patch formatting: (was: remove GNU specific nm option from version script) References: <8739gj2r39.fsf@pc44es141.cs.uni-magdeburg.de> X-Face: HhBM'cA~ (Matthias Guedemann's message of "Tue, 30 Aug 2011 11:20:26 +0200") Message-ID: User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Cc: notmuch@notmuchmail.org 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: Tue, 30 Aug 2011 11:04:12 -0000 On Tue 30 Aug 2011 12:20, Matthias Guedemann writes: > hi all, > > I compiled notmuch on OpenBSD and stumbled onto the usage of the GNU > specific option "--defined" to nm. > > I replaced this with calling nm without options and then filtering the > output with grep > > tried on OpenBSD 5.0 -current and Debian on current git head Maybe you should check how to "properly" format patches for the list. For example. see: http://notmuchmail.org/pipermail/notmuch/2011/005412.html Note that after three '---' and before the 'diff git ..' the contents are ignored by git am (or something), for an example, see: http://notmuchmail.org/pipermail/notmuch/2011/005452.html > > regards > Matthias Tomi PS: Maybe we should have just one page anyone can refer in reply emails like this?