mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(nnmbox-create-mbox): Don't assume point-min == 1.
This commit is contained in:
parent
2f85befdd5
commit
a76a438129
@ -523,7 +523,8 @@
|
||||
(let ((nnmail-file-coding-system
|
||||
(or nnmbox-file-coding-system-for-write
|
||||
nnmbox-file-coding-system)))
|
||||
(nnmail-write-region 1 1 nnmbox-mbox-file t 'nomesg))))
|
||||
(nnmail-write-region (point-min) (point-min)
|
||||
nnmbox-mbox-file t 'nomesg))))
|
||||
|
||||
(defun nnmbox-read-mbox ()
|
||||
(nnmail-activate 'nnmbox)
|
||||
|
Loading…
Reference in New Issue
Block a user