From 6a098c7be3b8753ef91341e793fab84544aa3552 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 17 Aug 2013 11:54:22 +0300 Subject: [PATCH] * update some comments --- mu4e/mu4e-headers.el | 4 +++- mu4e/mu4e-vars.el | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index 3b6e51fa..3501338f 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -1013,6 +1013,8 @@ limited to the message at point and its descendants." (let* ((msg (mu4e-message-at-point)) (thread-id (mu4e~headers-get-thread-info msg 'thread-id)) (path (mu4e~headers-get-thread-info msg 'path)) + ;; FIXME: e.g., for refiling we should evaluate this + ;; for each line separately (markpair (mu4e~mark-get-markpair (if subthread "Mark subthread with: " "Mark whole thread with: ") @@ -1248,7 +1250,7 @@ _not_ refresh the last search with the new setting for threading." (erase-buffer) (local-set-key (kbd "q") 'kill-buffer-and-window) (insert (propertize "Waiting for message..." - 'face 'mu4e-system-face 'intangible t)))) + 'face 'mu4e-system-face 'intangible t)))) mu4e~headers-loading-buf) (defun mu4e-headers-view-message () diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index d200830c..61495def 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -581,9 +581,9 @@ This is used in the user-interface (the column headers in the header list, and the fields the message view). Most fields should be self-explanatory. A special one is -`:from-or-to', which is equal to `:from' unless `:from' matches -`mu4e-user-mail-address-regexp', in which case it will be equal to -`:to'. +`:from-or-to', which is equal to `:from' unless `:from' matches one +of the addresses in `mu4e-user-mail-address-list', in which case it +will be equal to `:to'. Furthermore, the property `:sortable' determines whether we can sort by this field. This can be either a boolean (nil or t), or a