diff options
| author | Lars Magne Ingebrigtsen | 2010-09-23 01:51:43 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-09-23 01:51:43 +0000 |
| commit | d8ec441e402a5fb11dc8d1576f638b5dbd6a8432 (patch) | |
| tree | ef21144b3d18552ce7aae77b44f14a81657e15ea | |
| parent | 239952b03e9757f5032f47e92f108d0ee0e250d4 (diff) | |
| download | emacs-d8ec441e402a5fb11dc8d1576f638b5dbd6a8432.tar.gz emacs-d8ec441e402a5fb11dc8d1576f638b5dbd6a8432.zip | |
nnimap.el (nnimap-update-info): Sync non-standard flags from the server in symbolic form.
| -rw-r--r-- | lisp/gnus/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/gnus/nnimap.el | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 160c74599e2..3ca70cabe50 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * nnimap.el (nnimap-update-info): Sync non-standard flags from the | ||
| 4 | server in symbolic form. | ||
| 5 | |||
| 3 | * gnus-html.el (gnus-max-image-proportion): Increase proportion to | 6 | * gnus-html.el (gnus-max-image-proportion): Increase proportion to |
| 4 | 0.9. | 7 | 0.9. |
| 5 | 8 | ||
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 7846aa2e2ad..74deaf30e33 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -825,6 +825,7 @@ not done by default on servers that doesn't support that command.") | |||
| 825 | (new-marks | 825 | (new-marks |
| 826 | (gnus-compress-sequence | 826 | (gnus-compress-sequence |
| 827 | (cdr (or (assoc (caddr type) flags) ; %Flagged | 827 | (cdr (or (assoc (caddr type) flags) ; %Flagged |
| 828 | (assoc (intern (cadr type) obarray) flags) | ||
| 828 | (assoc (cadr type) flags)))))) ; "\Flagged" | 829 | (assoc (cadr type) flags)))))) ; "\Flagged" |
| 829 | (setq marks (delq old-marks marks)) | 830 | (setq marks (delq old-marks marks)) |
| 830 | (pop old-marks) | 831 | (pop old-marks) |