Commit 3e9cdf77d45b

Vincent Demeester <vincent@sbr.pm>
2020-02-18 09:55:48
gnus: set gnus-novice-user to nil ๐ŸŽ‰
1 parent 2321519
Changed files (2)
lisp/setup-gnus.el
@@ -66,6 +66,7 @@
   (setq gnus-read-active-file 'some)
   (setq gnus-use-dribble-file t)
   (setq gnus-always-read-dribble-file t)
+  (setq gnus-novice-user nil)
   (setq gnus-extra-headers
         '(To Newsgroups X-GM-LABELS)))
 
emacs.org
@@ -492,9 +492,6 @@
 *** Gnus
 :PROPERTIES:
 :CUSTOM_ID: h:0aeec7d8-b6c9-4244-8c10-2788c6e89cc5
-:END:
-:PROPERTIES:
-
 :END:
 
 The documentation describes Gnus as the /"coffee-brewing, all singing, all dancing,
@@ -606,6 +603,7 @@
   (setq gnus-read-active-file 'some)
   (setq gnus-use-dribble-file t)
   (setq gnus-always-read-dribble-file t)
+  (setq gnus-novice-user nil)
   (setq gnus-extra-headers
         '(To Newsgroups X-GM-LABELS)))
 #+end_src