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 aCIiF6Xa/V6EIwAA0tVLHw (envelope-from ) for ; Thu, 02 Jul 2020 13:01:25 +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 CPXbEqXa/V6ICQAAbx9fmQ (envelope-from ) for ; Thu, 02 Jul 2020 13:01:25 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (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 4813B940656 for ; Thu, 2 Jul 2020 13:01:23 +0000 (UTC) Received: from [144.217.243.247] (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 9126A1F70F; Thu, 2 Jul 2020 09:01:13 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id BF0841F70C for ; Thu, 2 Jul 2020 09:01:10 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 0BAC2613AC; Thu, 2 Jul 2020 09:01:08 -0400 (EDT) Received: (nullmailer pid 2808008 invoked by uid 1000); Thu, 02 Jul 2020 13:01:07 -0000 From: David Bremner To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] doc: update name of gmime package to install In-Reply-To: References: <20200626111100.239881-1-david@tethera.net> Date: Thu, 02 Jul 2020 10:01:07 -0300 Message-ID: <87ftaagjfw.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: IGOYOTNFRYBA5WJENNWKWLB6DXRLW2ZZ X-Message-ID-Hash: IGOYOTNFRYBA5WJENNWKWLB6DXRLW2ZZ X-MailFrom: david@tethera.net X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -0.97 X-TUID: Kcr8GCWbtWJQ Tomi Ollila writes: > On Fri, Jun 26 2020, David Bremner wrote: > >> Fedora still has an old gmime-devel which is 2.6.x. This is no longer >> supported by notmuch. >> --- >> INSTALL | 2 +- >> configure | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/INSTALL b/INSTALL >> index f1236e71..3f11c2b7 100644 >> --- a/INSTALL >> +++ b/INSTALL >> @@ -95,7 +95,7 @@ dependencies with a single simple command line. For example: >> >> For Fedora and similar: >> >> - sudo yum install xapian-core-devel gmime-devel libtalloc-devel zlib-devel python3-sphinx texinfo info >> + sudo yum install xapian-core-devel gmime30-devel libtalloc-devel zlib-devel python3-sphinx texinfo info > > Since 'Fedora', change 'yum' to 'dnf' (no yum nomore on no fedora system) Do you mean dnf is better or newer than yum? FWIW I still have yum in my fedora32 (cloud) image. Yours ignorantly, David _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-leave@notmuchmail.org