OS: Ubuntu 24.04.2 LTS (LXDE desktop)
Gnus v5.13
GNU Emacs 30.0.92 (build 2, x86_64-pc-linux-gnu, X toolkit, cairo
version 1.18.0, Xaw scroll bars) of 2024-12-05
I don't really understand what is happening to make the error message
below every time I start gnus.
,
| movemail: mailbox `/ho
Adam Sjøgren writes:
> hput writes:
>
>> How does one mass move them into that topic...
>
> You can kill groups (as many as you like) with C-k and then yank them
> where you want them with C-y (repeat until all are yanked).
>
> That's how I move bunches of group
Sorry for the dimwit question, but I've been withpit gnus running
for a good while and as always for us older folks... I've forgotten
an awful lot I once knew about gnus operations.
I like topic mode where I keep related groups in topics in gnus 't'
mode.
I've let things go so long that I have an
I've plowed every reference to agent category buffer I can find and
none of it has seen fit to menion how that buffer opened... the
key-combo
Anyone know?
Bodertz writes:
> I think you just need to make it a function.
>
> (gnus-demon-init)
>
> (defun my-gnus-close-servers ()
> (dolist (elem gnus-opened-servers)
> (gnus-close-server (car elem
>
> (gnus-demon-add-handler #'my-gnus-close-servers 30 t)
>
>
> I haven't tested that, th