Re: Running gnus with local imap server

2025-07-24 Thread Bartosz Kaczyński
Luis Henriques writes: > Unfortunately, the imap interface has changed quite a bit with recent > dovecot versions (2.4.1 here), and this doesn't work anymore. After > spending quite some time trying to get a similar setup, I had to give up > and started using the real (non-local) imap servers. >

Re: nnnrss: an nnfeed-based rss-method

2025-04-05 Thread Bartosz Kaczyński
Daniel Semyonov writes: >> Joshua Barrett writes: > > > nnnrss is still synchronous like the rest of gnus, and does cause > > emacs to freeze. I'd really like it and nnatom to be asynchronous, > > but I think that would require appreciably more work. I've > > enrolled all my f

Re: nnatom broken?

2025-02-27 Thread Bartosz Kaczyński
Joshua Barrett writes: > Bartosz Kaczyński writes: > >> Dnia 25 lutego 2025 21:03:52 CET, Joshua Barrett >> napisał/a: >>>The manual suggests that I should gnus-group-browse-foreign-server to >>>look at atom feeds. >> >> >> Make sure t

Re: nnatom broken?

2025-02-25 Thread Bartosz Kaczyński
Dnia 25 lutego 2025 21:03:52 CET, Joshua Barrett napisał/a: >The manual suggests that I should gnus-group-browse-foreign-server to >look at atom feeds. Make sure that you are not using http(s) prefix while adding feed

Custom article quit function and reopen issue

2025-02-12 Thread Bartosz Kaczyński
I attempted to create a custom function to close the article buffer and delete its window: --8<---cut here---start->8--- (defun my-gnus-article-quit () "Close the current article buffer and delete its window." (interactive) (kill-current-buffer) (delete-

Re: Inhibiting gnus-get-new-news at startup

2023-12-30 Thread Bartosz Kaczyński
Husain Alshehhi writes: > Hello, > Hi, > When gnus starts (M-x gnus), it automatically get new news. This is a > reasonable default. But when I start gnus multiple times to look up a > message, I have to wait few seconds for it to start. Is there a way to > prevent gnus to get new news at start

Re: use-package :custom causes gnus to load

2023-10-28 Thread Bartosz Kaczyński
Juan José García-Ripoll writes: > Your below example shows using :config and an explicit setq statement to > change the value of that variable. I found that this approach *does not* > trigger loading gnus, but using the :custom field of use-package does. I > cannot really fathom why. So you want

Re: use-package :custom causes gnus to load

2023-10-28 Thread Bartosz Kaczyński
Juan José García-Ripoll writes: > Hi, Hi, > > I have a stupid peeve with my current configuration, which relies on > `use-package` to defer loading of `gnus`, but still configuring relevant > parameters. > > I have found that all of the :custom statements are fine, except for > > :custom > (gnu

Re: Gnus plaintext email recommendations

2023-05-26 Thread Bartosz Kaczyński
Emanuel Berg writes: > Bartosz Kaczyński wrote: > >> My main concern is that when replying to an HTML email, >> I want to ensure that the email doesn't get "lost" HTML part >> and remains in plain text format. > > This is what I do, maybe it'l

Gnus plaintext email recommendations

2023-05-24 Thread Bartosz Kaczyński
Hi! After many attempts, I finally have a working Gnus configuration for sending and receiving emails and I am almost ready to switch my workflow from Thunderbird to Gnus. I would like to make sure and adhere to the recommendations outlined in the link [1] whether Gnus follows these guidelines