Mercurial > emacs
comparison lisp/mh-e/mh-e.el @ 108459:1d1025faed5f
Merge from mainline.
author | Katsumi Yamaoka <katsumi@flagship2> |
---|---|
date | Wed, 05 May 2010 10:17:53 +0000 |
parents | 0b37f86b040e |
children | 417b1e4d63cd |
comparison
equal
deleted
inserted
replaced
108458:30b11e5df204 | 108459:1d1025faed5f |
---|---|
285 "Remember original notation that is overwritten by `mh-note-seq'.") | 285 "Remember original notation that is overwritten by `mh-note-seq'.") |
286 | 286 |
287 (defvar mh-show-buffer nil | 287 (defvar mh-show-buffer nil |
288 "Buffer that displays message for this folder.") | 288 "Buffer that displays message for this folder.") |
289 | 289 |
290 (defvar mh-showing-mode nil | 290 (define-minor-mode mh-showing-mode |
291 "If non-nil, show the message in a separate window.") | 291 "Minor mode to show the message in a separate window." |
292 ;; FIXME: maybe this should be moved to mh-show.el. | |
293 :lighter " Show") | |
292 | 294 |
293 (defvar mh-view-ops nil | 295 (defvar mh-view-ops nil |
294 "Stack of operations that change the folder view. | 296 "Stack of operations that change the folder view. |
295 These operations include narrowing or threading.") | 297 These operations include narrowing or threading.") |
296 | 298 |