Skip to content

Commit

Permalink
* rename emacs/ => mu4e/
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Jul 10, 2012
1 parent 710cd60 commit dc62bd6
Show file tree
Hide file tree
Showing 23 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion TODO
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dc62bd6

Please sign in to comment.