comparison lisp/gnus/gnus.el @ 91327:606f2d163a64

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
author Miles Bader <miles@gnu.org>
date Wed, 09 Jan 2008 01:21:15 +0000
parents 2fcaae6177a5 107ccd98fa12
children
comparison
equal deleted inserted replaced
91326:b1a63d7fa09c 91327:606f2d163a64
1 ;;; gnus.el --- a newsreader for GNU Emacs 1 ;;; gnus.el --- a newsreader for GNU Emacs
2 2
3 ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998, 3 ;; Copyright (C) 1987, 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
4 ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 4 ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
5 5
6 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> 6 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
7 ;; Lars Magne Ingebrigtsen <larsi@gnus.org> 7 ;; Lars Magne Ingebrigtsen <larsi@gnus.org>
8 ;; Keywords: news, mail 8 ;; Keywords: news, mail
9 9
1520 If it is nil, no confirmation is required." 1520 If it is nil, no confirmation is required."
1521 :group 'gnus-group-select 1521 :group 'gnus-group-select
1522 :type '(choice (const :tag "No limit" nil) 1522 :type '(choice (const :tag "No limit" nil)
1523 integer)) 1523 integer))
1524 1524
1525 (defcustom gnus-use-long-file-name (not (memq system-type '(usg-unix-v xenix))) 1525 (defcustom gnus-use-long-file-name (not (memq system-type '(usg-unix-v)))
1526 "*Non-nil means that the default name of a file to save articles in is the group name. 1526 "*Non-nil means that the default name of a file to save articles in is the group name.
1527 If it's nil, the directory form of the group name is used instead. 1527 If it's nil, the directory form of the group name is used instead.
1528 1528
1529 If this variable is a list, and the list contains the element 1529 If this variable is a list, and the list contains the element
1530 `not-score', long file names will not be used for score files; if it 1530 `not-score', long file names will not be used for score files; if it