diff options
| author | Karl Heuer | 1996-01-05 22:21:28 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-05 22:21:28 +0000 |
| commit | a7acbbe4d48af3113de2dfaf836a42f2a9b6c2b0 (patch) | |
| tree | 9ca09d12c605ce9155e55ad82476c9a6d6ebedcd /lisp/nnfolder.el | |
| parent | 60d0378e485ded218121a8b8d6ce582e47882fac (diff) | |
| download | emacs-a7acbbe4d48af3113de2dfaf836a42f2a9b6c2b0.tar.gz emacs-a7acbbe4d48af3113de2dfaf836a42f2a9b6c2b0.zip | |
Comment fixes.
Diffstat (limited to 'lisp/nnfolder.el')
| -rw-r--r-- | lisp/nnfolder.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/nnfolder.el b/lisp/nnfolder.el index 17c4d9b1f7b..97064ad61be 100644 --- a/lisp/nnfolder.el +++ b/lisp/nnfolder.el | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | (concat (file-name-as-directory nnfolder-directory) "active") | 42 | (concat (file-name-as-directory nnfolder-directory) "active") |
| 43 | "The name of the active file.") | 43 | "The name of the active file.") |
| 44 | 44 | ||
| 45 | ;; I renamed this variable to somehting more in keeping with the general GNU | 45 | ;; I renamed this variable to something more in keeping with the general GNU |
| 46 | ;; style. -SLB | 46 | ;; style. -SLB |
| 47 | 47 | ||
| 48 | (defvar nnfolder-ignore-active-file nil | 48 | (defvar nnfolder-ignore-active-file nil |
| @@ -566,7 +566,7 @@ such things as moving mail. All buffers always get killed upon server close.") | |||
| 566 | ;; accidentally gotten new mail with something other than Gnus (but why | 566 | ;; accidentally gotten new mail with something other than Gnus (but why |
| 567 | ;; would _that_ ever happen? :-). In that case, we will be in the middle of | 567 | ;; would _that_ ever happen? :-). In that case, we will be in the middle of |
| 568 | ;; processing the file, ready to add new X-Gnus article number markers, and | 568 | ;; processing the file, ready to add new X-Gnus article number markers, and |
| 569 | ;; we'll run accross a message with no ID yet - the active list _may_not_ be | 569 | ;; we'll run across a message with no ID yet - the active list _may_not_ be |
| 570 | ;; ready for us yet. | 570 | ;; ready for us yet. |
| 571 | 571 | ||
| 572 | ;; To handle this, I'm modifying this routine to maintain the maximum ID seen | 572 | ;; To handle this, I'm modifying this routine to maintain the maximum ID seen |
| @@ -593,7 +593,7 @@ such things as moving mail. All buffers always get killed upon server close.") | |||
| 593 | activenumber activemin start end) | 593 | activenumber activemin start end) |
| 594 | (goto-char (point-min)) | 594 | (goto-char (point-min)) |
| 595 | ;; | 595 | ;; |
| 596 | ;; Anytime the active number is 1 or 0, it is supect. In that case, | 596 | ;; Anytime the active number is 1 or 0, it is suspect. In that case, |
| 597 | ;; search the file manually to find the active number. Or, of course, | 597 | ;; search the file manually to find the active number. Or, of course, |
| 598 | ;; if we're being paranoid. (This would also be the place to build | 598 | ;; if we're being paranoid. (This would also be the place to build |
| 599 | ;; other lists from the header markers, such as expunge lists, etc., if | 599 | ;; other lists from the header markers, such as expunge lists, etc., if |