diff options
| -rw-r--r-- | lisp/gnus/nnmbox.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/nnmbox.el b/lisp/gnus/nnmbox.el index 43b00a65098..4c340b2547f 100644 --- a/lisp/gnus/nnmbox.el +++ b/lisp/gnus/nnmbox.el | |||
| @@ -523,7 +523,8 @@ | |||
| 523 | (let ((nnmail-file-coding-system | 523 | (let ((nnmail-file-coding-system |
| 524 | (or nnmbox-file-coding-system-for-write | 524 | (or nnmbox-file-coding-system-for-write |
| 525 | nnmbox-file-coding-system))) | 525 | nnmbox-file-coding-system))) |
| 526 | (nnmail-write-region 1 1 nnmbox-mbox-file t 'nomesg)))) | 526 | (nnmail-write-region (point-min) (point-min) |
| 527 | nnmbox-mbox-file t 'nomesg)))) | ||
| 527 | 528 | ||
| 528 | (defun nnmbox-read-mbox () | 529 | (defun nnmbox-read-mbox () |
| 529 | (nnmail-activate 'nnmbox) | 530 | (nnmail-activate 'nnmbox) |