2083 |
2083 |
2084 (setq |
2084 (setq |
2085 gnus-novice-user nil |
2085 gnus-novice-user nil |
2086 gnus-expert-user nil |
2086 gnus-expert-user nil |
2087 gnus-interactive-catchup t |
2087 gnus-interactive-catchup t |
2088 gnus-interactive-exit t |
2088 gnus-interactive-exit t) |
2089 ) |
|
2090 |
2089 |
2091 (setq |
2090 (setq |
2092 gnus-read-active-file nil |
2091 gnus-read-active-file nil |
2093 gnus-check-new-newsgroups nil |
2092 gnus-check-new-newsgroups nil |
2094 gnus-check-bogus-newsgroups nil |
2093 gnus-check-bogus-newsgroups nil) |
2095 ) |
|
2096 |
2094 |
2097 (setq nntp-connection-timeout 10) |
2095 (setq nntp-connection-timeout 10) |
2098 |
2096 |
2099 (setq gnus-large-newsgroup 800) |
2097 (setq gnus-large-newsgroup 800) |
2100 (setq gnus-large-ephemeral-newsgroup 600) |
2098 (setq gnus-large-ephemeral-newsgroup 600) |
2101 (setq gnus-group-listing-limit 1000) |
2099 (setq gnus-group-listing-limit 1000) |
2102 |
2100 |
2103 (setq |
2101 (setq |
2104 gnus-group-goto-unread t |
2102 gnus-group-goto-unread t |
2105 gnus-summary-next-group-on-exit nil |
2103 gnus-summary-next-group-on-exit nil) |
2106 ) |
|
2107 |
2104 |
2108 (setq |
2105 (setq |
2109 gnus-permanently-visible-groups ".*" |
2106 gnus-permanently-visible-groups ".*" |
2110 gnus-topic-display-empty-topics t) |
2107 gnus-topic-display-empty-topics t) |
2111 |
2108 |