This commit is contained in:
djcb
2013-05-30 06:16:05 -07:00
parent e7c63cee47
commit 60f75eea42
3 changed files with 7 additions and 7 deletions

View File

@ -934,8 +934,8 @@ header."
(save-excursion
(goto-char (point-min))
(while (search-forward mu4e~headers-docid-pre nil t)
;; not really sure why we need to jump to bol; we we need
;; to, otherwise we miss lines sometimes...
;; not really sure why we need to jump to bol; we do need to, otherwise we
;; miss lines sometimes...
(let ((msg (get-text-property (line-beginning-position) 'msg)))
(when msg
(funcall func msg))))))