diff options
| author | Miles Bader | 2008-09-09 02:19:23 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-09-09 02:19:23 +0000 |
| commit | 9e601b8dea699330185e6b43aaa4ebfc7dd58821 (patch) | |
| tree | d3d25d1812ec34fd4ea1696a64bb141e89598b40 | |
| parent | d45a49e3b9cd21cb317ec4040154b2261fc6f0c4 (diff) | |
| download | emacs-9e601b8dea699330185e6b43aaa4ebfc7dd58821.tar.gz emacs-9e601b8dea699330185e6b43aaa4ebfc7dd58821.zip | |
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1411
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 27 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/nnmairix.el | 2 |
4 files changed, 27 insertions, 12 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 62fc8855fce..f2af5ae5130 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-09-08 David Engster <dengste@eml.cc> | ||
| 2 | |||
| 3 | * gnus.texi (nnmairix): Point out that nnml uses MH format. Clarify | ||
| 4 | section about choosing back end servers. | ||
| 5 | |||
| 1 | 2008-08-23 Glenn Morris <rgm@gnu.org> | 6 | 2008-08-23 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * dired-x.texi (Shell Command Guessing): | 8 | * dired-x.texi (Shell Command Guessing): |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index ebede967116..a8c11be66ca 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -4521,9 +4521,11 @@ mh= ... your nnml/mh folders which should be indexed ... | |||
| 4521 | mbox = ... your mbox files which should be indexed ... | 4521 | mbox = ... your mbox files which should be indexed ... |
| 4522 | @end example | 4522 | @end example |
| 4523 | 4523 | ||
| 4524 | Specify all your maildir/nnml folders and mbox files (relative to the | 4524 | This specifies all your mail folders and mbox files (relative to the |
| 4525 | base directory!) you want to index with mairix. See the man-page for | 4525 | base directory!) you want to index with mairix. Note that the |
| 4526 | mairixrc for details. | 4526 | @code{nnml} back end saves mails in MH format, so you have to put those |
| 4527 | directories in the @code{mh} line. See the example at the end of this | ||
| 4528 | section and mairixrc's man-page for further details. | ||
| 4527 | 4529 | ||
| 4528 | @example | 4530 | @example |
| 4529 | omit=zz_mairix-* | 4531 | omit=zz_mairix-* |
| @@ -4591,14 +4593,17 @@ The @strong{name} of the @code{nnmairix} server---choose whatever you | |||
| 4591 | want. | 4593 | want. |
| 4592 | 4594 | ||
| 4593 | @item | 4595 | @item |
| 4594 | The @strong{mail back end} where mairix should stores its | 4596 | The name of the @strong{back end server} where mairix should store its |
| 4595 | searches. Currently @code{nnmaildir}, @code{nnimap} and @code{nnml} are | 4597 | searches. This must be a full server name, like @code{nnml:mymail}. |
| 4596 | supported. As explained above, for locally stored mails, this can be an | 4598 | Just hit @kbd{TAB} to see the available servers. Currently, servers |
| 4597 | existing mail back end where you store your mails. However, you can also | 4599 | which are accessed through @code{nnmaildir}, @code{nnimap} and |
| 4598 | create e.g. a new @code{nnmaildir} server exclusively for | 4600 | @code{nnml} are supported. As explained above, for locally stored |
| 4599 | @code{nnmairix} in your secondary select methods (@pxref{Finding the | 4601 | mails, this can be an existing server where you store your mails. |
| 4600 | News}). If you want to use mairix remotely on an @acronym{IMAP} server, | 4602 | However, you can also create e.g. a new @code{nnmaildir} server |
| 4601 | you have to choose the corresponding @code{nnimap} back end here. | 4603 | exclusively for @code{nnmairix} in your secondary select methods |
| 4604 | (@pxref{Finding the News}). If you want to use mairix remotely on an | ||
| 4605 | @acronym{IMAP} server, you have to choose the corresponding | ||
| 4606 | @code{nnimap} server here. | ||
| 4602 | 4607 | ||
| 4603 | @item | 4608 | @item |
| 4604 | @vindex nnmairix-mairix-search-options | 4609 | @vindex nnmairix-mairix-search-options |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 01cbd7f2a59..908c3bc33a7 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-09-08 David Engster <dengste@eml.cc> | ||
| 2 | |||
| 3 | * nnmairix.el (nnmairix-create-server-and-default-group): Require match | ||
| 4 | in completing-read for back end server. | ||
| 5 | |||
| 1 | 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com> | 6 | 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 7 | ||
| 3 | * message.el (message-confirm-send): New variable to confirm sending a | 8 | * message.el (message-confirm-send): New variable to confirm sending a |
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el index 6917b7739db..32ca980fc67 100644 --- a/lisp/gnus/nnmairix.el +++ b/lisp/gnus/nnmairix.el | |||
| @@ -877,7 +877,7 @@ All necessary information will be queried from the user." | |||
| 877 | (interactive) | 877 | (interactive) |
| 878 | (let* ((name (read-string "Name of the mairix server: ")) | 878 | (let* ((name (read-string "Name of the mairix server: ")) |
| 879 | (server (completing-read "Back end server (TAB for completion): " | 879 | (server (completing-read "Back end server (TAB for completion): " |
| 880 | (nnmairix-get-valid-servers))) | 880 | (nnmairix-get-valid-servers) nil 1)) |
| 881 | (mairix (read-string "Command to call mairix: " "mairix")) | 881 | (mairix (read-string "Command to call mairix: " "mairix")) |
| 882 | (defaultgroup (read-string "Default search group: ")) | 882 | (defaultgroup (read-string "Default search group: ")) |
| 883 | (backend (symbol-name (car (gnus-server-to-method server)))) | 883 | (backend (symbol-name (car (gnus-server-to-method server)))) |