From dc62bd6c75f2bcce95026dcf6660b75ec484458f Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 10 Jul 2012 20:00:06 +0300 Subject: [PATCH] * rename emacs/ => mu4e/ --- Makefile.am | 6 +++--- TODO | 6 +++++- configure.ac | 6 +++--- {emacs => mu4e}/Makefile.am | 0 {emacs => mu4e}/TODO | 0 {emacs => mu4e}/fdl.texi | 0 {emacs => mu4e}/mu4e-about.org | 0 {emacs => mu4e}/mu4e-actions.el | 0 {emacs => mu4e}/mu4e-compose.el | 0 {emacs => mu4e}/mu4e-headers.el | 0 {emacs => mu4e}/mu4e-main.el | 0 {emacs => mu4e}/mu4e-mark.el | 0 {emacs => mu4e}/mu4e-meta.el.in | 0 {emacs => mu4e}/mu4e-proc.el | 0 {emacs => mu4e}/mu4e-speedbar.el | 0 {emacs => mu4e}/mu4e-utils.el | 0 {emacs => mu4e}/mu4e-vars.el | 0 {emacs => mu4e}/mu4e-view.el | 0 {emacs => mu4e}/mu4e.el | 0 {emacs => mu4e}/mu4e.org | 0 {emacs => mu4e}/mu4e.texi | 0 {emacs => mu4e}/org-mu4e.el | 0 {emacs => mu4e}/version.texi.in | 0 23 files changed, 11 insertions(+), 7 deletions(-) rename {emacs => mu4e}/Makefile.am (100%) rename {emacs => mu4e}/TODO (100%) rename {emacs => mu4e}/fdl.texi (100%) rename {emacs => mu4e}/mu4e-about.org (100%) rename {emacs => mu4e}/mu4e-actions.el (100%) rename {emacs => mu4e}/mu4e-compose.el (100%) rename {emacs => mu4e}/mu4e-headers.el (100%) rename {emacs => mu4e}/mu4e-main.el (100%) rename {emacs => mu4e}/mu4e-mark.el (100%) rename {emacs => mu4e}/mu4e-meta.el.in (100%) rename {emacs => mu4e}/mu4e-proc.el (100%) rename {emacs => mu4e}/mu4e-speedbar.el (100%) rename {emacs => mu4e}/mu4e-utils.el (100%) rename {emacs => mu4e}/mu4e-vars.el (100%) rename {emacs => mu4e}/mu4e-view.el (100%) rename {emacs => mu4e}/mu4e.el (100%) rename {emacs => mu4e}/mu4e.org (100%) rename {emacs => mu4e}/mu4e.texi (100%) rename {emacs => mu4e}/org-mu4e.el (100%) rename {emacs => mu4e}/version.texi.in (100%) diff --git a/Makefile.am b/Makefile.am index 05b44d6e..64fd6535 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/TODO b/TODO index 5db3c5e5..dc25800e 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/configure.ac b/configure.ac index 34a2c888..745b333e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/emacs/Makefile.am b/mu4e/Makefile.am similarity index 100% rename from emacs/Makefile.am rename to mu4e/Makefile.am diff --git a/emacs/TODO b/mu4e/TODO similarity index 100% rename from emacs/TODO rename to mu4e/TODO diff --git a/emacs/fdl.texi b/mu4e/fdl.texi similarity index 100% rename from emacs/fdl.texi rename to mu4e/fdl.texi diff --git a/emacs/mu4e-about.org b/mu4e/mu4e-about.org similarity index 100% rename from emacs/mu4e-about.org rename to mu4e/mu4e-about.org diff --git a/emacs/mu4e-actions.el b/mu4e/mu4e-actions.el similarity index 100% rename from emacs/mu4e-actions.el rename to mu4e/mu4e-actions.el diff --git a/emacs/mu4e-compose.el b/mu4e/mu4e-compose.el similarity index 100% rename from emacs/mu4e-compose.el rename to mu4e/mu4e-compose.el diff --git a/emacs/mu4e-headers.el b/mu4e/mu4e-headers.el similarity index 100% rename from emacs/mu4e-headers.el rename to mu4e/mu4e-headers.el diff --git a/emacs/mu4e-main.el b/mu4e/mu4e-main.el similarity index 100% rename from emacs/mu4e-main.el rename to mu4e/mu4e-main.el diff --git a/emacs/mu4e-mark.el b/mu4e/mu4e-mark.el similarity index 100% rename from emacs/mu4e-mark.el rename to mu4e/mu4e-mark.el diff --git a/emacs/mu4e-meta.el.in b/mu4e/mu4e-meta.el.in similarity index 100% rename from emacs/mu4e-meta.el.in rename to mu4e/mu4e-meta.el.in diff --git a/emacs/mu4e-proc.el b/mu4e/mu4e-proc.el similarity index 100% rename from emacs/mu4e-proc.el rename to mu4e/mu4e-proc.el diff --git a/emacs/mu4e-speedbar.el b/mu4e/mu4e-speedbar.el similarity index 100% rename from emacs/mu4e-speedbar.el rename to mu4e/mu4e-speedbar.el diff --git a/emacs/mu4e-utils.el b/mu4e/mu4e-utils.el similarity index 100% rename from emacs/mu4e-utils.el rename to mu4e/mu4e-utils.el diff --git a/emacs/mu4e-vars.el b/mu4e/mu4e-vars.el similarity index 100% rename from emacs/mu4e-vars.el rename to mu4e/mu4e-vars.el diff --git a/emacs/mu4e-view.el b/mu4e/mu4e-view.el similarity index 100% rename from emacs/mu4e-view.el rename to mu4e/mu4e-view.el diff --git a/emacs/mu4e.el b/mu4e/mu4e.el similarity index 100% rename from emacs/mu4e.el rename to mu4e/mu4e.el diff --git a/emacs/mu4e.org b/mu4e/mu4e.org similarity index 100% rename from emacs/mu4e.org rename to mu4e/mu4e.org diff --git a/emacs/mu4e.texi b/mu4e/mu4e.texi similarity index 100% rename from emacs/mu4e.texi rename to mu4e/mu4e.texi diff --git a/emacs/org-mu4e.el b/mu4e/org-mu4e.el similarity index 100% rename from emacs/org-mu4e.el rename to mu4e/org-mu4e.el diff --git a/emacs/version.texi.in b/mu4e/version.texi.in similarity index 100% rename from emacs/version.texi.in rename to mu4e/version.texi.in