Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bcb0fd5c
Commit
bcb0fd5c
authored
Apr 12, 2002
by
Stefan Monnier
Browse files
(nnimap-retrieve-headers): Don't assume point-min == 1.
parent
a76a4381
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/gnus/nnimap.el
lisp/gnus/nnimap.el
+2
-2
No files found.
lisp/gnus/nnimap.el
View file @
bcb0fd5c
...
@@ -581,8 +581,8 @@ If EXAMINE is non-nil the group is selected read-only."
...
@@ -581,8 +581,8 @@ If EXAMINE is non-nil the group is selected read-only."
(
cons
low
high
)
group
server
))
(
cons
low
high
)
group
server
))
(
when
(
buffer-modified-p
)
(
when
(
buffer-modified-p
)
(
nnmail-write-region
(
nnmail-write-region
1
(
point-m
ax
)
(
nnimap-group-overview-filename
group
server
)
(
point-m
in
)
(
point-max
)
nil
'nomesg
))
(
nnimap-group-overview-filename
group
server
)
nil
'nomesg
))
(
nnheader-nov-delete-outside-range
low
high
))))
(
nnheader-nov-delete-outside-range
low
high
))))
'nov
)))
'nov
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment