Mercurial > emacs
changeset 92257:d77d4d87d354
Switch license to GPLv3+.
Standardize license text.
Change defcustom :version from 23.0 to 23.1.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 27 Feb 2008 08:57:36 +0000 |
parents | bae32624018f |
children | d3339686c6d3 |
files | lisp/gnus/nnmairix.el |
diffstat | 1 files changed, 20 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/nnmairix.el Wed Feb 27 08:55:44 2008 +0000 +++ b/lisp/gnus/nnmairix.el Wed Feb 27 08:57:36 2008 +0000 @@ -6,19 +6,21 @@ ;; Keywords: mail searching ;; Version: 0.5 -;; This file is free software; you can redistribute it and/or modify +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. -;; This file is distributed in the hope that it will be useful, +;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to -;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. ;;; Commentary: @@ -42,7 +44,7 @@ ;; http://www.emacswiki.org/cgi-bin/wiki/GnusMairix ;; ;; The newest version of nnmairix.el can be found at -;; +;; ;; http://www.emacswiki.org/cgi-bin/emacs/nnmairix.el ;; For impatient people, here's the setup in a nutshell: @@ -96,14 +98,14 @@ ;; * Support of more back ends (nnmh, nnfolder, nnmbox...)? ;; * Maybe use an active file instead of group parameters? ;; * Use "-a" when updating groups which are not newly created - + ;;; Changelog: ;; ;; 02/06/2008 - version 0.5 -;; +;; ;; * New function: nnmairix-goto-original-article. Uses the ;; registry or the mail file path for determining original group. -;; +;; ;; * Deal with empty Xref header ;; ;; * Changed summary mode keybindings since the old ones were @@ -118,7 +120,7 @@ ;; 18/11/2007 - version 0.3 ;; ;; * Fixed bugs when dealing with nnml and native servers -;; +;; ;; * Make variables customizable ;; ;; 10/10/2007 - version 0.2 @@ -215,19 +217,19 @@ server will be this prefix plus a random number. You can delete unused nnmairix groups on the back end using `nnmairix-purge-old-groups'." - :version "23.0" + :version "23.1" :type 'string :group 'nnmairix) (defcustom nnmairix-mairix-output-buffer "*mairix output*" "Buffer used for mairix output." - :version "23.0" + :version "23.1" :type 'string :group 'nnmairix) (defcustom nnmairix-customize-query-buffer "*mairix query*" "Name of the buffer for customizing Mairix queries." - :version "23.0" + :version "23.1" :type 'string :group 'nnmairix) @@ -236,13 +238,13 @@ The default is '-F' and '-Q' for making updates faster. You should call mairix without these options from time to time (e.g. via cron job)." - :version "23.0" + :version "23.1" :type '(repeat string) :group 'nnmairix) (defcustom nnmairix-mairix-synchronous-update nil "Set this to t if you want Emacs to wait for mairix updating the database." - :version "23.0" + :version "23.1" :type 'boolean :group 'nnmairix) @@ -252,7 +254,7 @@ article numbers which will produce wrong article counts by Gnus. This option controls whether nnmairix should rename the files consecutively." - :version "23.0" + :version "23.1" :type 'boolean :group 'nnmairix) @@ -268,7 +270,7 @@ which header contents should be inserted into the editable field when creating a Mairix query based on the current message (can be nil for disabling this)." - :version "23.0" + :version "23.1" :type '(repeat (list (choice :tag "Field" (const :tag "none" nil) @@ -285,7 +287,7 @@ (lambda () (select-window (get-largest-window))) "Function for selecting the window for customizing the mairix query. The default chooses the largest window in the current frame." - :version "23.0" + :version "23.1" :type 'function :group 'nnmairix)