* rename emacs/ => mu4e/

This commit is contained in:
djcb 2012-07-10 20:00:06 +03:00
parent 710cd609b1
commit dc62bd6c75
23 changed files with 11 additions and 7 deletions

View File

@ -30,12 +30,12 @@ guile=
endif
if BUILD_MU4E
emacs=emacs
mu4e=mu4e
else
emacs=
mu4e=
endif
SUBDIRS=m4 man lib $(widgets) $(guile) mu $(emacs) contrib toys
SUBDIRS=m4 man lib $(widgets) $(guile) mu $(mu4e) contrib toys
ACLOCAL_AMFLAGS=-I m4

6
TODO
View File

@ -36,9 +36,13 @@
- make the mu4e-bookmarks format similar to the other ones
- refresh current query after update?
- fix mu4e-mark-set to work from the view buffer as well
- add sort buttons to header labels (and do the sorting)
- open links to mails through headers-mode somehow (i.e..,
mu4e-view-message-with-msgid)
** Done (0.8.9.6)
- opening urls is too eager (now use M-RET for opening url at point, not just
RET, which conflicted with using RET for scrolling)
- document quoting of queries

View File

@ -310,9 +310,9 @@ mu/tests/Makefile
lib/Makefile
lib/tests/Makefile
widgets/Makefile
emacs/Makefile
emacs/mu4e-meta.el
emacs/version.texi
mu4e/Makefile
mu4e/mu4e-meta.el
mu4e/version.texi
guile/Makefile
guile/mu/Makefile
guile/examples/Makefile