Commit Graph

388 Commits

Author SHA1 Message Date
9abaf83fbd * mu4e: don't balk on searches with no results and some cleanups 2013-10-14 00:07:27 +03:00
92158cfdd4 * mu4e: add hooks mu4e-headers-found-hook and mu4e-update-pre-hook, document them. 2013-10-13 21:44:47 +03:00
4b0cb4d1df * mu4e: allow for custom header fields (see `mu4e-header-info-custom') 2013-10-05 10:09:26 -07:00
a23f1a4f7c * mu4e: enable showing the message-id in the view (and even the headers) 2013-09-28 10:36:18 -07:00
def8094b16 * mu4e: make the mu4e-headers-long-date-format default a bit more... default 2013-09-18 09:06:35 +03:00
defca5dd41 mu4e: add long datetime tooltip to human-date field in headers view. 2013-09-17 10:55:31 -07:00
6a098c7be3 * update some comments 2013-08-17 11:54:22 +03:00
406e310448 * mu4e: prefix thread levels with a single space (rather than two) 2013-07-07 18:52:07 +03:00
da292b7f10 * mu4e: make sure to clear the 'loading' buffer; fixes issue #170 2013-07-06 18:59:30 +03:00
7e78b6eb65 added a "untrash" function, perfectly analogous to "unflag", that simply removes the T flag from a message 2013-06-28 12:36:54 -07:00
c581468ac3 * mu4e: some minor changes 2013-06-13 23:53:11 +03:00
60f75eea42 * minor 2013-05-30 06:16:05 -07:00
ab841c594c * mu4e: set overwrite mode to nil in mu4e-headers-mode 2013-05-27 16:37:32 -07:00
60d835a1af * mu4e-header: fix jumping to maildirs with spaces 2013-05-20 06:00:05 +03:00
aa96833a31 * mu4e: show 'None' as date for (0 0 0) in :human-date 2013-05-20 05:31:49 +03:00
0bb56e5558 * mu4e: add some more quoting to commands 2013-05-13 23:02:26 +03:00
4de859668c * cosmetics 2013-05-13 00:05:14 +03:00
2f60f33dc8 * mu4e: fix header shrinking/growing 2013-05-05 16:18:59 +03:00
5b8cc54c69 * mu4e: correctly apply 'trashed' face (headers); make face selection a bit more explicit 2013-05-05 12:24:15 +03:00
33ee611cf5 * mu4e: fix typo 2013-05-04 14:13:05 +03:00
4d257337e7 * mu4e: add C-c C-u as an alternative keybinding for mu4e-update-mail-and-index (for terminal users) 2013-04-21 12:43:00 +03:00
9d1c404914 * mu4e: make 'a' the action key; fixes issue #181 2013-04-17 01:31:10 +03:00
90eed15fc7 Merge pull request #180 from abend/master
Customize visible header flags take 2.1
2013-04-02 10:34:47 -07:00
c69f028504 * cosmetic 2013-03-30 11:10:07 +02:00
203aeb3093 Fixed bindings of entries in mu4e's header menu. 2013-03-13 11:31:46 +01:00
83c4202e93 mu4e: add custom variable for list of visible header flags - take 2 2013-03-06 15:42:08 -08:00
d39bf269fe * revert "mu4e: add custom variable for list of visible flags to display in headers view"
This reverts commit 9944a4fd62.
2013-02-27 19:09:11 +02:00
9944a4fd62 mu4e: add custom variable for list of visible flags to display in headers view 2013-02-21 11:46:23 -08:00
9d7648b9bc * mu4e: small doc update 2013-02-11 23:40:49 +02:00
6522bbca62 * use mu4e-view-show-images, mu4e-headers-mark-custom 2013-01-26 10:57:53 +02:00
90929f9db8 * mu4e-headers.el: fix typo 2013-01-03 23:08:13 +02:00
23f746d714 * mu4e: make mu4e-headers-mark-for-each-if a 'public' function (i.e.., s/mu4e~/mu4e-/) 2012-12-28 15:33:42 +02:00
8b89ff3c90 * mu4e-headers: fix typo 2012-12-27 20:33:50 +02:00
42879bb8ef * minor 2012-12-27 20:23:08 +02:00
3d71c260ae * mu4e: add include-related, skip-headers toggling support mu4e-headers,
document it.
2012-12-27 16:27:53 +02:00
382ccc2e2e * improvements in the :mailing-list field 2012-12-26 13:01:36 +02:00
6219719e2f * set `mu4e-headers-include-related-maxnum' to 800 2012-12-25 20:40:04 +02:00
b1e1574883 * mu4e: move mu4e-search-results-limit => mu4e-headers-results-limit 2012-12-25 19:42:47 +02:00
58f5e39d34 * add support for finding related messages to mu-find, mu4e, this does *not*
include the actual implementation though
2012-12-25 11:58:32 +02:00
9eb628fcb6 * rename mu4e-headers-split-view-resize --> mu4e-headers-split-view-grow 2012-12-23 14:05:48 +02:00
15f765d276 Merge pull request #93 from tarsius/undefun
* add various commands to replace anonymous lambas in keymaps
2012-12-23 04:01:13 -08:00
0095bfdc5a * cosmetic 2012-12-20 23:33:09 +02:00
10ad5ce2ca * mu4e: add support for display mailing list (short)names in headers/view mode 2012-12-18 23:29:17 +02:00
8d8bce91fb * fix `mu4e~headers-human-date' 2012-12-17 00:33:25 +02:00
f957a9ca89 * mu4e: cleanup header sorting (and fix the sort-by-human-date case) 2012-11-11 19:27:55 +02:00
ba13fa777b Merge pull request #94 from tarsius/definition-name
* mu4e: set symbol prop definition-name in defun macros
2012-11-11 07:21:27 -08:00
94df186941 Merge pull request #92 from tarsius/header-line
* mu4e: mu4e~header-line-format: use same font as in buffer
2012-11-11 07:17:53 -08:00
626d2afdc8 mu4e: set symbol prop definition-name in defun macros
This allows `find-function' to find the definition.  While the
definition doesn't contain much useful information jumping there
instead of the beginning of the file is still better because the macro
used to define them is defined right above.

Also remove the comments about wanting to define the commands in a
loop.  One shouldn't do that; it would again make it impossible to
find the definition.
2012-11-11 14:56:01 +01:00
2d52d9beb8 mu4e: add mu4e-headers-split-view-shrink 2012-11-11 14:26:09 +01:00
247ebfad3a mu4e~header-line-format: use same font as in buffer
Use face `bold' for the sorted column but leave the face unspecified
for other columns.  This is how tabulated-list does it to; it only
uses fixed-pitch for whitespace between columns.

The problem with using fixed-pitch is that uses "Monospace" which
might be a different monospace font than what is used for `default'.
These fonts might have a different width causing columns in the header
and the buffer not to be aligned.

Inheriting `fixed-pitch' from `default' instead of specifying the font
does not work as that causes the `fixed-pitch'ed parts of the
header-line not to be raised like the rest anymore.  One (that is
every user) could also manually copy the font family from `default'.

Simply not specifying the font fixes all that.
2012-11-10 16:34:17 +01:00