* 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 endif
if BUILD_MU4E if BUILD_MU4E
emacs=emacs mu4e=mu4e
else else
emacs= mu4e=
endif 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 ACLOCAL_AMFLAGS=-I m4

6
TODO
View File

@ -36,9 +36,13 @@
- make the mu4e-bookmarks format similar to the other ones - make the mu4e-bookmarks format similar to the other ones
- refresh current query after update? - refresh current query after update?
- fix mu4e-mark-set to work from the view buffer as well - 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) ** Done (0.8.9.6)
- opening urls is too eager (now use M-RET for opening url at point, not just - opening urls is too eager (now use M-RET for opening url at point, not just
RET, which conflicted with using RET for scrolling) RET, which conflicted with using RET for scrolling)
- document quoting of queries - document quoting of queries

View File

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