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.orgcc3e436c82Change news.gmane.org to news.gmane.io297fe945c5Fix minor defcustom issues in Gnus (Bug#66715)3beb5f5e24; * doc/misc/gnus.texi: Fix unmatched quote in gnus doc. ...85d08d5788Minor connection-local variables fixes79d8328ca4Make Dired honor `insert-directory-program´ with globs43127294e1Fix typo in url-privacy-level :type380f8574ef* lisp/vc/log-view.el (log-view-mode-menu): Quote derived...
This commit is contained in:
commit
e81e625ab8
28 changed files with 85 additions and 75 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue