Index: emacs/man/gnus.texi
diff -c emacs/man/gnus.texi:1.54 emacs/man/gnus.texi:1.55
*** emacs/man/gnus.texi:1.54    Fri Aug 26 00:02:06 2005
--- emacs/man/gnus.texi Mon Sep  5 23:58:09 2005
***************
*** 5090,5099 ****
  
  @item gnus-select-article-hook
  @vindex gnus-select-article-hook
! This hook is called whenever an article is selected.  By default it
! exposes any threads hidden under the selected article.  If you would
! like each article to be saved in the Agent as you read it, putting
! @code{gnus-agent-fetch-selected-article} on this hook will do so.
  
  @item gnus-mark-article-hook
  @vindex gnus-mark-article-hook
--- 5090,5099 ----
  
  @item gnus-select-article-hook
  @vindex gnus-select-article-hook
! This hook is called whenever an article is selected.  The default is
! @code{nil}.  If you would like each article to be saved in the Agent as
! you read it, putting @code{gnus-agent-fetch-selected-article} on this
! hook will do so.
  
  @item gnus-mark-article-hook
  @vindex gnus-mark-article-hook
***************
*** 5103,5110 ****
  This hook is called whenever an article is selected.  It is intended to
  be used for marking articles as read.  The default value is
  @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
! mark of almost any article you read to @code{gnus-unread-mark}.  The
! only articles not affected by this function are ticked, dormant, and
  expirable articles.  If you'd instead like to just have unread articles
  marked as read, you can use @code{gnus-summary-mark-unread-as-read}
  instead.  It will leave marks like @code{gnus-low-score-mark},
--- 5103,5110 ----
  This hook is called whenever an article is selected.  It is intended to
  be used for marking articles as read.  The default value is
  @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
! mark of almost any article you read to @code{gnus-read-mark}.  The only
! articles not affected by this function are ticked, dormant, and
  expirable articles.  If you'd instead like to just have unread articles
  marked as read, you can use @code{gnus-summary-mark-unread-as-read}
  instead.  It will leave marks like @code{gnus-low-score-mark},
***************
*** 13833,13839 ****
  Prefix for file name for storing incoming mail.  The default is
  @file{Incoming}, in which case files will end up with names like
  @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
! relevant if @code{mail-source-delete-incoming} is @code{nil}.
  
  @item mail-source-default-file-modes
  @vindex mail-source-default-file-modes
--- 13833,13840 ----
  Prefix for file name for storing incoming mail.  The default is
  @file{Incoming}, in which case files will end up with names like
  @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
! relevant if @code{mail-source-delete-incoming} is @code{nil} or a
! number.
  
  @item mail-source-default-file-modes
  @vindex mail-source-default-file-modes


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to