diff options
| author | Stefan Monnier | 2005-01-01 22:24:03 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-01-01 22:24:03 +0000 |
| commit | c430597dfc185d8b5ac65937176e33dcdcd61d0b (patch) | |
| tree | f0ce0588c1f5c8971c3c3a983e6ff8a09d303d23 | |
| parent | 551b2a973611e1f7456ecb53441f4f8fe9edf6dd (diff) | |
| download | emacs-c430597dfc185d8b5ac65937176e33dcdcd61d0b.tar.gz emacs-c430597dfc185d8b5ac65937176e33dcdcd61d0b.zip | |
Typo.
| -rw-r--r-- | lisp/gnus/imap.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/imap.el b/lisp/gnus/imap.el index 6ef8dfa5fe2..d14c673e7b9 100644 --- a/lisp/gnus/imap.el +++ b/lisp/gnus/imap.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; imap.el --- imap library | 1 | ;;; imap.el --- imap library |
| 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 | 2 | ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Josefsson <jas@pdc.kth.se> | 5 | ;; Author: Simon Josefsson <jas@pdc.kth.se> |
| @@ -69,7 +69,7 @@ | |||
| 69 | ;; imap-message-append, imap-envelope-from | 69 | ;; imap-message-append, imap-envelope-from |
| 70 | ;; imap-body-lines | 70 | ;; imap-body-lines |
| 71 | ;; | 71 | ;; |
| 72 | ;; It is my hope that theese commands should be pretty self | 72 | ;; It is my hope that these commands should be pretty self |
| 73 | ;; explanatory for someone that know IMAP. All functions have | 73 | ;; explanatory for someone that know IMAP. All functions have |
| 74 | ;; additional documentation on how to invoke them. | 74 | ;; additional documentation on how to invoke them. |
| 75 | ;; | 75 | ;; |
| @@ -325,7 +325,7 @@ for doing the actual authentication.") | |||
| 325 | (defvar imap-error nil | 325 | (defvar imap-error nil |
| 326 | "Error codes from the last command.") | 326 | "Error codes from the last command.") |
| 327 | 327 | ||
| 328 | ;; Internal constants. Change theese and die. | 328 | ;; Internal constants. Change these and die. |
| 329 | 329 | ||
| 330 | (defconst imap-default-port 143) | 330 | (defconst imap-default-port 143) |
| 331 | (defconst imap-default-ssl-port 993) | 331 | (defconst imap-default-ssl-port 993) |
| @@ -1456,7 +1456,7 @@ or 'unseen. The IMAP command tag is returned." | |||
| 1456 | (defun imap-fetch (uids props &optional receive nouidfetch buffer) | 1456 | (defun imap-fetch (uids props &optional receive nouidfetch buffer) |
| 1457 | "Fetch properties PROPS from message set UIDS from server in BUFFER. | 1457 | "Fetch properties PROPS from message set UIDS from server in BUFFER. |
| 1458 | UIDS can be a string, number or a list of numbers. If RECEIVE | 1458 | UIDS can be a string, number or a list of numbers. If RECEIVE |
| 1459 | is non-nil return theese properties." | 1459 | is non-nil return these properties." |
| 1460 | (with-current-buffer (or buffer (current-buffer)) | 1460 | (with-current-buffer (or buffer (current-buffer)) |
| 1461 | (when (imap-ok-p (imap-send-command-wait | 1461 | (when (imap-ok-p (imap-send-command-wait |
| 1462 | (format "%sFETCH %s %s" (if nouidfetch "" "UID ") | 1462 | (format "%sFETCH %s %s" (if nouidfetch "" "UID ") |