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
d8ec441e
Commit
d8ec441e
authored
Sep 23, 2010
by
Lars Magne Ingebrigtsen
Committed by
Katsumi Yamaoka
Sep 23, 2010
Browse files
nnimap.el (nnimap-update-info): Sync non-standard flags from the server in symbolic form.
parent
239952b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+3
-0
lisp/gnus/nnimap.el
lisp/gnus/nnimap.el
+1
-0
No files found.
lisp/gnus/ChangeLog
View file @
d8ec441e
2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
* nnimap.el (nnimap-update-info): Sync non-standard flags from the
server in symbolic form.
* gnus-html.el (gnus-max-image-proportion): Increase proportion to
0.9.
...
...
lisp/gnus/nnimap.el
View file @
d8ec441e
...
...
@@ -825,6 +825,7 @@ not done by default on servers that doesn't support that command.")
(
new-marks
(
gnus-compress-sequence
(
cdr
(
or
(
assoc
(
caddr
type
)
flags
)
; %Flagged
(
assoc
(
intern
(
cadr
type
)
obarray
)
flags
)
(
assoc
(
cadr
type
)
flags
))))))
; "\Flagged"
(
setq
marks
(
delq
old-marks
marks
))
(
pop
old-marks
)
...
...
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