diff options
| author | Glenn Morris | 2008-02-27 08:57:49 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-27 08:57:49 +0000 |
| commit | da13b6ccb19012036d27b4b4a26f1fcf320e81ff (patch) | |
| tree | 2a04897301a4d6226f760b23ae4780038bc91f07 | |
| parent | 3d452bded007e166665ac1f7a654c251219ba3a7 (diff) | |
| download | emacs-da13b6ccb19012036d27b4b4a26f1fcf320e81ff.tar.gz emacs-da13b6ccb19012036d27b4b4a26f1fcf320e81ff.zip | |
Switch license to GPLv3+.
Standardize license text.
Change defcustom :version from 23.0 to 23.1.
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/nnmairix.el | 38 |
2 files changed, 24 insertions, 18 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 40893fbc355..798064a35d7 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-02-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * nnmairix.el: Change defcustom :version from 23.0 to 23.1. | ||
| 4 | |||
| 1 | 2008-02-26 David Engster <dengste@eml.cc> | 5 | 2008-02-26 David Engster <dengste@eml.cc> |
| 2 | 6 | ||
| 3 | * nnmairix.el: New file. Mairix back end for Gnus. Initial import of | 7 | * nnmairix.el: New file. Mairix back end for Gnus. Initial import of |
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el index c8bd1ca7808..4719d8c6d14 100644 --- a/lisp/gnus/nnmairix.el +++ b/lisp/gnus/nnmairix.el | |||
| @@ -6,19 +6,21 @@ | |||
| 6 | ;; Keywords: mail searching | 6 | ;; Keywords: mail searching |
| 7 | ;; Version: 0.5 | 7 | ;; Version: 0.5 |
| 8 | 8 | ||
| 9 | ;; This file is free software; you can redistribute it and/or modify | 9 | ;; This file is part of GNU Emacs. |
| 10 | |||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | ||
| 10 | ;; it under the terms of the GNU General Public License as published by | 12 | ;; it under the terms of the GNU General Public License as published by |
| 11 | ;; the Free Software Foundation; either version 2, or (at your option) | 13 | ;; the Free Software Foundation; either version 3, or (at your option) |
| 12 | ;; any later version. | 14 | ;; any later version. |
| 13 | 15 | ||
| 14 | ;; This file is distributed in the hope that it will be useful, | 16 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 15 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | ;; GNU General Public License for more details. | 19 | ;; GNU General Public License for more details. |
| 18 | 20 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 21 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 22 | ;; along with GNU Emacs; see the file COPYING. If not, write to the |
| 21 | ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 23 | ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 22 | ;; Boston, MA 02110-1301, USA. | 24 | ;; Boston, MA 02110-1301, USA. |
| 23 | 25 | ||
| 24 | ;;; Commentary: | 26 | ;;; Commentary: |
| @@ -42,7 +44,7 @@ | |||
| 42 | ;; http://www.emacswiki.org/cgi-bin/wiki/GnusMairix | 44 | ;; http://www.emacswiki.org/cgi-bin/wiki/GnusMairix |
| 43 | ;; | 45 | ;; |
| 44 | ;; The newest version of nnmairix.el can be found at | 46 | ;; The newest version of nnmairix.el can be found at |
| 45 | ;; | 47 | ;; |
| 46 | ;; http://www.emacswiki.org/cgi-bin/emacs/nnmairix.el | 48 | ;; http://www.emacswiki.org/cgi-bin/emacs/nnmairix.el |
| 47 | 49 | ||
| 48 | ;; For impatient people, here's the setup in a nutshell: | 50 | ;; For impatient people, here's the setup in a nutshell: |
| @@ -96,14 +98,14 @@ | |||
| 96 | ;; * Support of more back ends (nnmh, nnfolder, nnmbox...)? | 98 | ;; * Support of more back ends (nnmh, nnfolder, nnmbox...)? |
| 97 | ;; * Maybe use an active file instead of group parameters? | 99 | ;; * Maybe use an active file instead of group parameters? |
| 98 | ;; * Use "-a" when updating groups which are not newly created | 100 | ;; * Use "-a" when updating groups which are not newly created |
| 99 | 101 | ||
| 100 | ;;; Changelog: | 102 | ;;; Changelog: |
| 101 | ;; | 103 | ;; |
| 102 | ;; 02/06/2008 - version 0.5 | 104 | ;; 02/06/2008 - version 0.5 |
| 103 | ;; | 105 | ;; |
| 104 | ;; * New function: nnmairix-goto-original-article. Uses the | 106 | ;; * New function: nnmairix-goto-original-article. Uses the |
| 105 | ;; registry or the mail file path for determining original group. | 107 | ;; registry or the mail file path for determining original group. |
| 106 | ;; | 108 | ;; |
| 107 | ;; * Deal with empty Xref header | 109 | ;; * Deal with empty Xref header |
| 108 | ;; | 110 | ;; |
| 109 | ;; * Changed summary mode keybindings since the old ones were | 111 | ;; * Changed summary mode keybindings since the old ones were |
| @@ -118,7 +120,7 @@ | |||
| 118 | ;; 18/11/2007 - version 0.3 | 120 | ;; 18/11/2007 - version 0.3 |
| 119 | ;; | 121 | ;; |
| 120 | ;; * Fixed bugs when dealing with nnml and native servers | 122 | ;; * Fixed bugs when dealing with nnml and native servers |
| 121 | ;; | 123 | ;; |
| 122 | ;; * Make variables customizable | 124 | ;; * Make variables customizable |
| 123 | ;; | 125 | ;; |
| 124 | ;; 10/10/2007 - version 0.2 | 126 | ;; 10/10/2007 - version 0.2 |
| @@ -215,19 +217,19 @@ server for each nnmairix search group. The name on the back end | |||
| 215 | server will be this prefix plus a random number. You can delete | 217 | server will be this prefix plus a random number. You can delete |
| 216 | unused nnmairix groups on the back end using | 218 | unused nnmairix groups on the back end using |
| 217 | `nnmairix-purge-old-groups'." | 219 | `nnmairix-purge-old-groups'." |
| 218 | :version "23.0" | 220 | :version "23.1" |
| 219 | :type 'string | 221 | :type 'string |
| 220 | :group 'nnmairix) | 222 | :group 'nnmairix) |
| 221 | 223 | ||
| 222 | (defcustom nnmairix-mairix-output-buffer "*mairix output*" | 224 | (defcustom nnmairix-mairix-output-buffer "*mairix output*" |
| 223 | "Buffer used for mairix output." | 225 | "Buffer used for mairix output." |
| 224 | :version "23.0" | 226 | :version "23.1" |
| 225 | :type 'string | 227 | :type 'string |
| 226 | :group 'nnmairix) | 228 | :group 'nnmairix) |
| 227 | 229 | ||
| 228 | (defcustom nnmairix-customize-query-buffer "*mairix query*" | 230 | (defcustom nnmairix-customize-query-buffer "*mairix query*" |
| 229 | "Name of the buffer for customizing Mairix queries." | 231 | "Name of the buffer for customizing Mairix queries." |
| 230 | :version "23.0" | 232 | :version "23.1" |
| 231 | :type 'string | 233 | :type 'string |
| 232 | :group 'nnmairix) | 234 | :group 'nnmairix) |
| 233 | 235 | ||
| @@ -236,13 +238,13 @@ unused nnmairix groups on the back end using | |||
| 236 | The default is '-F' and '-Q' for making updates faster. You | 238 | The default is '-F' and '-Q' for making updates faster. You |
| 237 | should call mairix without these options from time to | 239 | should call mairix without these options from time to |
| 238 | time (e.g. via cron job)." | 240 | time (e.g. via cron job)." |
| 239 | :version "23.0" | 241 | :version "23.1" |
| 240 | :type '(repeat string) | 242 | :type '(repeat string) |
| 241 | :group 'nnmairix) | 243 | :group 'nnmairix) |
| 242 | 244 | ||
| 243 | (defcustom nnmairix-mairix-synchronous-update nil | 245 | (defcustom nnmairix-mairix-synchronous-update nil |
| 244 | "Set this to t if you want Emacs to wait for mairix updating the database." | 246 | "Set this to t if you want Emacs to wait for mairix updating the database." |
| 245 | :version "23.0" | 247 | :version "23.1" |
| 246 | :type 'boolean | 248 | :type 'boolean |
| 247 | :group 'nnmairix) | 249 | :group 'nnmairix) |
| 248 | 250 | ||
| @@ -252,7 +254,7 @@ When using nnml as backend, mairix might produce holes in the | |||
| 252 | article numbers which will produce wrong article counts by | 254 | article numbers which will produce wrong article counts by |
| 253 | Gnus. This option controls whether nnmairix should rename the | 255 | Gnus. This option controls whether nnmairix should rename the |
| 254 | files consecutively." | 256 | files consecutively." |
| 255 | :version "23.0" | 257 | :version "23.1" |
| 256 | :type 'boolean | 258 | :type 'boolean |
| 257 | :group 'nnmairix) | 259 | :group 'nnmairix) |
| 258 | 260 | ||
| @@ -268,7 +270,7 @@ fields in interactive query customization. The header specifies | |||
| 268 | which header contents should be inserted into the editable field | 270 | which header contents should be inserted into the editable field |
| 269 | when creating a Mairix query based on the current message (can be | 271 | when creating a Mairix query based on the current message (can be |
| 270 | nil for disabling this)." | 272 | nil for disabling this)." |
| 271 | :version "23.0" | 273 | :version "23.1" |
| 272 | :type '(repeat (list | 274 | :type '(repeat (list |
| 273 | (choice :tag "Field" | 275 | (choice :tag "Field" |
| 274 | (const :tag "none" nil) | 276 | (const :tag "none" nil) |
| @@ -285,7 +287,7 @@ nil for disabling this)." | |||
| 285 | (lambda () (select-window (get-largest-window))) | 287 | (lambda () (select-window (get-largest-window))) |
| 286 | "Function for selecting the window for customizing the mairix query. | 288 | "Function for selecting the window for customizing the mairix query. |
| 287 | The default chooses the largest window in the current frame." | 289 | The default chooses the largest window in the current frame." |
| 288 | :version "23.0" | 290 | :version "23.1" |
| 289 | :type 'function | 291 | :type 'function |
| 290 | :group 'nnmairix) | 292 | :group 'nnmairix) |
| 291 | 293 | ||