From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8PyLO+lOlF6TdwAA0tVLHw (envelope-from ) for ; Mon, 13 Apr 2020 11:37:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kJilLOxOlF7XCgAAbx9fmQ (envelope-from ) for ; Mon, 13 Apr 2020 11:37:16 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2087A942CD6 for ; Mon, 13 Apr 2020 11:37:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id CFF266DE0F5A; Mon, 13 Apr 2020 04:37:09 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kz22hvxwVBln; Mon, 13 Apr 2020 04:37:09 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 3FFE86DE103C; Mon, 13 Apr 2020 04:37:08 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id BF9346DE103C for ; Mon, 13 Apr 2020 04:37:06 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R73htgCgrqoP for ; Mon, 13 Apr 2020 04:37:06 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 17C9B6DE0F5A for ; Mon, 13 Apr 2020 04:37:05 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.92) (envelope-from ) id 1jNxOj-0006j5-54; Mon, 13 Apr 2020 07:37:05 -0400 Received: (nullmailer pid 2903182 invoked by uid 1000); Mon, 13 Apr 2020 11:37:04 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH 3/5] cli/dump: define GZPRINTF macro and use it in place of gzprintf In-Reply-To: <87v9m34oo0.fsf@tethera.net> References: <20200412173432.2575450-1-david@tethera.net> <20200413021016.2799496-1-david@tethera.net> <20200413021016.2799496-4-david@tethera.net> <87v9m34oo0.fsf@tethera.net> Date: Mon, 13 Apr 2020 08:37:04 -0300 Message-ID: <87sgh74nxb.fsf@tethera.net> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 X-Spam-Score: -1.01 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Scan-Result: default: False [-1.01 / 13.00]; RCVD_TLS_LAST(0.00)[]; GENERIC_REPUTATION(0.00)[-0.45090136952186]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; IP_REPUTATION_HAM(0.00)[asn: 27017(-0.18), country: US(-0.01), ip: 50.126.95.6(-0.45)]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[notmuch@notmuchmail.org]; ARC_NA(0.00)[]; HAS_LIST_UNSUB(-0.01)[]; DMARC_NA(0.00)[tethera.net]; SPF_REPUTATION_HAM(0.00)[-0.44936609895087]; MX_GOOD(-0.50)[cached: notmuchmail.org]; RCPT_COUNT_TWO(0.00)[2]; MAILLIST(-0.20)[mailman]; FORGED_SENDER_MAILLIST(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:27017, ipnet:50.126.64.0/18, country:US]; FROM_NEQ_ENVFROM(0.00)[david@tethera.net,notmuch-bounces@notmuchmail.org]; RCVD_COUNT_SEVEN(0.00)[8] X-TUID: jKMVm++H8fx/ David Bremner writes: > Tomi Ollila writes: > >> __location__ ?? never seen such a (preprocessor?) definition. could not >> find any reference by search... > > I have to admit, it's just cargo culted from util/error_util.h > OIC, it's defined in talloc.h. Probably that deserves a comment.