gnus: Startup Variables

 
 1.9 Startup Variables
 =====================
 
 ‘gnus-load-hook’
      A hook run while Gnus is being loaded.  Note that this hook will
      normally be run just once in each Emacs session, no matter how many
      times you start Gnus.
 
 ‘gnus-before-startup-hook’
      A hook called as the first thing when Gnus is started.
 
 ‘gnus-before-resume-hook’
      A hook called as the first thing when Gnus is resumed after a
      suspend.
 
 ‘gnus-startup-hook’
      A hook run as the very last thing after starting up Gnus
 
 ‘gnus-started-hook’
      A hook that is run as the very last thing after starting up Gnus
      successfully.
 
 ‘gnus-setup-news-hook’
      A hook that is run after reading the ‘.newsrc’ file(s), but before
      generating the group buffer.
 
 ‘gnus-check-bogus-newsgroups’
      If non-‘nil’, Gnus will check for and delete all bogus groups at
      startup.  A “bogus group” is a group that you have in your
      ‘.newsrc’ file, but doesn’t exist on the news server.  Checking for
      bogus groups can take quite a while, so to save time and resources
      it’s best to leave this option off, and do the checking for bogus
      groups once in a while from the group buffer instead (SeeGroup
      Maintenance).
 
 ‘gnus-inhibit-startup-message’
      If non-‘nil’, the startup message won’t be displayed.  That way,
      your boss might not notice as easily that you are reading news
      instead of doing your job.  Note that this variable is used before
      ‘~/.gnus.el’ is loaded, so it should be set in ‘.emacs’ instead.
 
 ‘gnus-no-groups-message’
      Message displayed by Gnus when no groups are available.
 
 ‘gnus-use-backend-marks’
      If non-‘nil’, Gnus will store article marks both in the
      ‘.newsrc.eld’ file and in the backends.  This will slow down group
      operation some.