X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=wD+YLse7YvL9DZ8W V02aO0ka/Spqgm1or/qEDQJVe4SdwzvM2Kxj/ui0UPdgYeae2F+8foC2+vQydHwL v9RJVTHz7t6B7lF+RIDlt9fxREehzznbpNQGJ82WB7etFjZKAhjm0v8NPc4aCo81 YbKyCc7qWO2ZLbTHeq1wIXFZYpE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=/ailq++bsJRu4JsXGfFnWL TnD5w=; b=kLQEGoYrecjQ2QQha0IyzIYpDjQcoVHF6Jf9nlRJ1oRuQtV7pWljpc c1s3tBdt1D4kTf6hshpIfSqc+RhN7Pu37o6DHAsVqt28+sNTaj64tCXw+QV6IYtV EgkMipdIQwCcVjhq17uJedPLyYf2tpKXsg1bMhsLY+LkuTnP3fCws= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:1101, databases, tied X-HELO: mail-io1-f43.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:openpgp:autocrypt:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=SRoLfyAiq9TtwnChLmc9Ihig8f9M/YFDFdb11sg81AE=; b=obOsqFCuV6E45K2n7f9vtJ8r/t3jGRgIMprOom4POuQaBLb7aOAXvqikqeFcHLXanB vEdpIXYKdd5Ysiwhi/iBFKQAei3XPwrIjjQB2PeOXIcxU7ztiEND7KIjHXtp3o2teG7k KKqG7q0W0ABguzBrds+s5MtwqNLz6oQT8rmsWVJ8bbrL7iPhGHCQJ5fJQ/6/+ZZS50Jq pUdYx5vLuZYpXp20Fu5ceQBrTN/lp3Iows28APxERT4JPYYU6Ptwb4sz/P5TboQ1anDf O3fJOfiiCBTQ7HRZbUTEeCxHt1BOhvGm710FfL+rWmCw8WO3X8rH/3Vp+tWVJXRucKve VAuw== Subject: Re: Mutt and gpg 1.4 To: cygwin AT cygwin DOT com References: From: cyg Simple Openpgp: preference=signencrypt Message-ID: Date: Wed, 19 Sep 2018 13:49:28 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 9/19/2018 11:51 AM, john doe wrote: > Hi, > > When I install 'mutt' through command line '... --packages mutt ...' it > works. > gpg-1.4.23 is installed as dependency. > > I rather use gpg4win already installed on my host. > > How can I remove gpg-1.4.23 and all related dependencies through command > line or how can I prevent, through command line, 'gpg' from being > installed when installing mutt? > I can say from experience that the two do not mix well. The file permissions and locking between the two distributions of gpg do not lend to coexistence. Rather you should be sure to use an export->import process to keep the two databases in sync. Do not point your Windows GPG port and your Cygwin gpg to the same database. Aside from what I've mentioned in the above, Cygwin mutt is tied to Cygwin gpg via the library interface so you can't get rid of it. You just need to keep the two DB happily in sync which may not be an easy process if both are adding to their DB, you'll need to export both, add the differences to one export and import to both. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple