all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: "João Távora" <joaotavora@gmail.com>
Cc: 59538@debbugs.gnu.org, "F. Jason Park" <jp@neverwas.me>
Subject: bug#59538: 29.0.50; Gnus setup broken by commit 2cf9e699ef0fc43a4eadaf00a1ed2f876765c64d
Date: Wed, 21 Feb 2024 21:25:06 +0000	[thread overview]
Message-ID: <87v86h1pek.fsf@kubajecminek.cz> (raw)
In-Reply-To: <87sfi8ve35.fsf@gmail.com>

João Távora <joaotavora@gmail.com> writes:
> Hi Maintainers,
>
> Commit 2cf9e699ef0fc43a4eadaf00a1ed2f876765c64d breaks my Gnus setup.
>
>     Author: F. Jason Park <jp@neverwas.me>
>     Date:   Tue Nov 1 22:46:24 2022 -0700
>
>     Make auth-source-pass behave more like other backends
>
> I've reached this conclusion through 'git bisect'.  I.e. the commit which
> immediately precedes it is not broken.
>
> I haven't investigated why, but I do use 'pass' (www.passwordstore.org) to
>   (require 'auth-source)
>   (auth-source-pass-enable)
>   (setq auth-sources '(password-store)) ;; don't use anything else
>
> store my passwords securely.
>
> This is my pass-related setup, which is pretty simple:
>
> After the commit, M-x gnus is unable to connect to my local imap server.  There
> is very little debug information.

Hello João,
thanks for the bug report! I wasn't able to reproduce your issue on
current master. Do you still experience the same problem?

I started emacs with the -Q option, evaluated this snippet:

(require 'auth-source)
(auth-source-pass-enable)
(setq auth-sources '(password-store))

and configured gnus-select-method. Credentials were successfully
decrypted and Gnus was able to connect without any issues. If you happen
to have the same issue, can you evaluate this snippet and confirm that
your pass entry is in the list? Thanks.

(let ((hostname "gmail")
      (user "username@gmail.com")
      (port 993))
  (auth-source-pass--generate-entry-suffixes hostname user port))

--
Kuba Ječmínek (http://kubajecminek.cz)






  parent reply	other threads:[~2024-02-21 21:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-24 10:31 bug#59538: 29.0.50; Gnus setup broken by commit 2cf9e699ef0fc43a4eadaf00a1ed2f876765c64d João Távora
2022-11-24 15:01 ` bug#58985: " J.P.
2022-11-24 15:38   ` João Távora
2022-11-25 14:23     ` J.P.
2024-02-21 21:25 ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-02-21 22:04   ` bug#59538: " João Távora
2024-02-21 22:20     ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v86h1pek.fsf@kubajecminek.cz \
    --to=bug-gnu-emacs@gnu.org \
    --cc=59538@debbugs.gnu.org \
    --cc=joaotavora@gmail.com \
    --cc=jp@neverwas.me \
    --cc=kuba@kubajecminek.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.