1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge from origin/emacs-29

aa253c533d ; Fix broken links to gmane.org
cc3e436c82 Change news.gmane.org to news.gmane.io
297fe945c5 Fix minor defcustom issues in Gnus (Bug#66715)
3beb5f5e24 ; * doc/misc/gnus.texi: Fix unmatched quote in gnus doc. ...
85d08d5788 Minor connection-local variables fixes
79d8328ca4 Make Dired honor `insert-directory-program´ with globs
43127294e1 Fix typo in url-privacy-level :type
380f8574ef * lisp/vc/log-view.el (log-view-mode-menu): Quote derived...
This commit is contained in:
Eli Zaretskii 2023-10-28 05:06:21 -04:00
commit e81e625ab8
28 changed files with 85 additions and 75 deletions

View file

@ -122,7 +122,7 @@ The server has to support NOV for any of this to work.
This feature can seriously impact performance it ignores all
locally cached header entries. Setting it to t for groups for a
server that doesn't expire articles (such as news.gmane.org),
server that doesn't expire articles (such as news.gmane.io),
leads to very slow summary generation."
:group 'gnus-thread
:type '(choice (const :tag "off" nil)
@ -322,7 +322,8 @@ This can either be a regular expression or list of regular expressions
that will be removed from subject strings if fuzzy subject
simplification is selected."
:group 'gnus-thread
:type '(repeat regexp))
:type '(choice regexp
(repeat regexp)))
(defcustom gnus-show-threads t
"If non-nil, display threads in summary mode."