An example headers view:
Date V Flgs From/To List Subject 06:32 Nu To Edmund Dantès GstDev Gstreamer-V4L2SINK ... 15:08 Nu Abbé Busoni GstDev ├> ... 18:20 Nu Pierre Morrel GstDev │└> ... 07:48 Nu To Edmund Dantès GstDev └> ... 2013-03-18 S Jacopo EmacsUsr emacs server on win... 2013-03-18 S Mercédès EmacsUsr └> ... 2013-03-18 S Beachamp EmacsUsr Re: Copying a whole... 22:07 Nu Albert de Moncerf EmacsUsr └> ... 2013-03-18 S Gaspard Caderousse GstDev Issue with GESSimpl... 2013-03-18 Ss Baron Danglars GuileUsr Guile-SDL 0.4.2 ava... End of search results |
Some notes to explain what you see in the example:
mu4e-headers-fields
; see mu4e-header-info
for
the list of built-in fields. Apart from the built-in fields, you can
also create custom fields using mu4e-header-info-custom
; see
Custom headers for details.
:human-date
field, which
shows the time for today’s messages, and the date for
older messages. If you do not want to distinguish between ‘today’ and
‘older’, you can use the :date
field instead.
mu4e-headers-date-format
and mu4e-headers-time-format
,
respectively. In the example, we use :human-date
, which shows the
time when the message was sent today, and the date otherwise.
:subject
field;
however, it is also possible to use :thread-subject
, which shows
the subject of a thread only once, similar to the display of the
mutt
e-mail client.
V
” or
“^
”7, corresponding to the sort order
(descending or ascending, respectively). You can influence this by a
mouse click, or O. Not all fields allow sorting.
From:
and To:
fields separately, you
can use From/To (:from-or-to
in mu4e-headers-fields
as a more
compact way to convey the most important information: it shows From:
except when the e-mail was sent by the user (i.e., you) — in
that case it shows To:
(prefixed by To
8, as in the example
above).
mu4e
tries to create a convenient shortcut for the mailing-list
name; the variable mu4e-user-mailing-lists
can be used to add
your own shortcuts. You can use mu4e-mailing-list-patterns
to
specify generic shortcuts. For instance, to shorten list names to the
part before -list
, you could use:
(setq mu4e-mailing-list-patterns '("\\`\\([-_a-z0-9.]+\\)-list"))
mu4e-headers-auto-update
to nil
.
mu4e-search-hook
is invoked, which receives the search
expression as its parameter.
mu4e-headers-found-hook
available which
is invoked just after mu4e
has completed showing the messages in the
headers-view.
or you can use little graphical triangles; see
variable mu4e-use-fancy-chars
You can
customize this by changing the variable
mu4e-headers-from-or-to-prefix
(a cons cell)