Re: sending a message failed

2025-03-14 Thread Leo Butler
On Fri, Mar 14 2025, Robert Pluim wrote: >>>>>> On Thu, 13 Mar 2025 22:22:52 +, Leo Butler >>>>>> said: > > Leo> On Thu, Mar 13 2025, gfp wrote: > >> Hi Gnus, > >> > >> I wanted to reply to a mail and

Re: sending a message failed

2025-03-13 Thread Leo Butler
On Thu, Mar 13 2025, gfp wrote: > Hi Gnus, > > I wanted to reply to a mail and I got an error message: > > Debugger entered--Lisp error: (error "Sending failed: 554 5.1.8 >error("Sending failed: %s" "554 5.1.8 >

Re: Configuring smtp server per account

2025-03-01 Thread Leo Butler
On Sat, Mar 01 2025, Clemens Schüller wrote: > Hello! > > On 01. Mar. 2025 at 21:29 Juan José García-Ripoll wrote: > >> Hi, >> >> I have a question that I don't manage to solve, though at some point it >> seemed to work. >> >> Essentially, I have multiple email accounts and when I reply to each o

Re: gnus can´t be opened because it can´t fetch one nnrss feed

2025-02-26 Thread Leo Butler
On Tue, Feb 25 2025, gfp wrote: > Am 23.02.25 um 17:01 schrieb gfp: >> Hi, >> is that the normal case that if Gnus can´t open one nnrss feed >> that all other feeds and emails as well can´t be opened? >> Debugger entered--Lisp error: (file-error >> "http://trisquel.info/de/forum/troll-lounge/feed

Re: IMAP Sending Issue with Multiple Accounts

2024-09-05 Thread Leo Butler
On Thu, Sep 05 2024, Serghei Iakovlev via "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)" wrote: > Björn Bidar writes: > > I think I've tried about a dozen different combinations before > finding a working setup. I also realized I had a typo and was usin

Re: IMAP Sending Issue with Multiple Accounts

2024-09-05 Thread Leo Butler
On Thu, Sep 05 2024, Serghei Iakovlev via "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)" wrote: > Hello everyone, > > I'm currently working on setting up Gnus for sending emails over IMAP > depending on which email account I'm using. I have two accounts:

Re: Gnus and authinfo

2023-12-04 Thread Leo Butler
On Mon, Dec 04 2023, "Otto J. Makela" wrote: > On 12/4/23 16:15, CHENG Gao via Announcements and discussions for GNUS, the > GNU Emacs Usenet newsreader (in English) wrote: >> * On Mon, 4 Dec 2023 11:45:51 +0200 >> * Also sprach "Otto J. Makela" : >> >>> Setting epg-pinentry-mode to be 'loopbac

Re: removing authinfo data from a running emacs

2022-04-22 Thread Leo Butler
"Emanuel Berg via Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader (in English)" writes: > Leo Butler wrote: > >> Periodically, I need to edit my .authinfo.gpg and have gnus >> pick up the changes. I do this by killing emacs and starting &g

removing authinfo data from a running emacs

2022-04-21 Thread Leo Butler
Hello, Periodically, I need to edit my .authinfo.gpg and have gnus pick up the changes. I do this by killing emacs and starting a new session. Surely, there is a smarter way to do this! Can someone enlighten me, please? TIA, Leo

Re: synchronizing gnus sessions on multiple computers

2021-09-10 Thread Leo Butler
Pankaj Jangid writes: > "Roland Winkler" writes: > >> - How can I tell gnus (in a running emacs session) that I've rsync'ed >> all local user directories and gnus should update itself accordingly >> when, for example, articles are marked as read or expired. >> >> - Where does gnus store the

Re: removing dead servers

2020-01-22 Thread Leo Butler
Lars Ingebrigtsen writes: > Leo Butler writes: > >> Yes, that is what I learned eventually. My question was, is there a way >> to remove servers "from other sources" other than the one I described >> (remove them from .gnus.el, add them to gnus-server-alist

Re: removing dead servers

2020-01-22 Thread Leo Butler
Lars Ingebrigtsen writes: > Leo Butler writes: > >> Anyhow, after trying and failing to remove them in the *Server* buffer >> (they were un-editable), I realized that gnus uses the list >> gnus-server-alist for the editable servers. I massaged >> gnus-server-alist

removing dead servers

2020-01-22 Thread Leo Butler
What is the right way to do this? I had set up gnus using gnus-select-method and gnus-secondary-select-methods to read mail and email. Eventually, several email servers were dead and I removed them from gnus-secondary-select-methods but they hung around (in .newsrc.eld?). Anyhow, after trying an

Re: trusting a cert

2017-06-09 Thread Leo Butler
Leo Butler writes: > How can I get gnus/gnutls-cli to trust an imap server's cert? Some > recent changes in that pipeline, or debian's list of trusted issuers, > have made one of my imap servers inaccessible from gnus. To answer my own question: see the documentation

trusting a cert

2017-06-06 Thread Leo Butler
How can I get gnus/gnutls-cli to trust an imap server's cert? Some recent changes in that pipeline, or debian's list of trusted issuers, have made one of my imap servers inaccessible from gnus. Leo <- *** Fatal error: Error in the certificate. *** handshake has failed: Error in the certifica

Re: [attachments] Circumventing the mime description and type query

2014-12-04 Thread Leo Butler
die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > Damien Wyart writes: > >> * die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) in gnu.emacs.gnus: >>> I hardly ever need to specify the description and type when attaching >>> a file. Are there options for circumventing these queries? I don't

nnimap alias failing

2014-11-19 Thread leo . butler
Gnus developed a problem recently accessing an imap server defined in secondary-select-method. The method is defined as (nnimap "My.Example" (nnimap-authinfo-file "~/.authinfo.gpg") (nnimap-address "imap.my.example.com") (nnimap-authenticator 'digest-md5) (nnimap-se

Re: gnus-summary-line-format for outboxes

2012-09-05 Thread Leo Butler
a...@koldfront.dk (Adam Sjøgren) writes: > On Tue, 04 Sep 2012 18:04:01 -0400, Leo wrote: > >> I am curious as to how one sets gnus-summary-line-format `corrrectly' for an >> email outbox? Is is really necessary create a user-defined function to >> fish the To field out of the header information?

Re: gnus-summary-line-format for outboxes

2012-09-05 Thread Leo Butler
Lars Ingebrigtsen writes: > Leo Butler writes: > >> I am curious as to how one sets gnus-summary-line-format `corrrectly' for an >> email outbox? Is is really necessary create a user-defined function to >> fish the To field out of the header information? > >

gnus-summary-line-format for outboxes

2012-09-05 Thread Leo Butler
I am curious as to how one sets gnus-summary-line-format `corrrectly' for an email outbox? Is is really necessary create a user-defined function to fish the To field out of the header information? Leo ___ info-gnus-english mailing list info-gnus-englis