diff options
| -rw-r--r-- | Makefile.am | 6 | ||||
| -rw-r--r-- | TODO | 6 | ||||
| -rw-r--r-- | configure.ac | 6 | ||||
| -rw-r--r-- | mu4e/Makefile.am (renamed from emacs/Makefile.am) | 0 | ||||
| -rw-r--r-- | mu4e/TODO (renamed from emacs/TODO) | 0 | ||||
| -rw-r--r-- | mu4e/fdl.texi (renamed from emacs/fdl.texi) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-about.org (renamed from emacs/mu4e-about.org) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-actions.el (renamed from emacs/mu4e-actions.el) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-compose.el (renamed from emacs/mu4e-compose.el) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-headers.el (renamed from emacs/mu4e-headers.el) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-main.el (renamed from emacs/mu4e-main.el) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-mark.el (renamed from emacs/mu4e-mark.el) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-meta.el.in (renamed from emacs/mu4e-meta.el.in) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-proc.el (renamed from emacs/mu4e-proc.el) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-speedbar.el (renamed from emacs/mu4e-speedbar.el) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-utils.el (renamed from emacs/mu4e-utils.el) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-vars.el (renamed from emacs/mu4e-vars.el) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e-view.el (renamed from emacs/mu4e-view.el) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e.el (renamed from emacs/mu4e.el) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e.org (renamed from emacs/mu4e.org) | 0 | ||||
| -rw-r--r-- | mu4e/mu4e.texi (renamed from emacs/mu4e.texi) | 0 | ||||
| -rw-r--r-- | mu4e/org-mu4e.el (renamed from emacs/org-mu4e.el) | 0 | ||||
| -rw-r--r-- | mu4e/version.texi.in (renamed from emacs/version.texi.in) | 0 |
23 files changed, 11 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 05b44d6..64fd653 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 @@ -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 34a2c88..745b333 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 index 048202b..048202b 100644 --- a/emacs/Makefile.am +++ b/mu4e/Makefile.am diff --git a/emacs/fdl.texi b/mu4e/fdl.texi index 96ce74e..96ce74e 100644 --- a/emacs/fdl.texi +++ b/mu4e/fdl.texi diff --git a/emacs/mu4e-about.org b/mu4e/mu4e-about.org index ff9fab0..ff9fab0 100644 --- a/emacs/mu4e-about.org +++ b/mu4e/mu4e-about.org diff --git a/emacs/mu4e-actions.el b/mu4e/mu4e-actions.el index e0093bd..e0093bd 100644 --- a/emacs/mu4e-actions.el +++ b/mu4e/mu4e-actions.el diff --git a/emacs/mu4e-compose.el b/mu4e/mu4e-compose.el index 6a07485..6a07485 100644 --- a/emacs/mu4e-compose.el +++ b/mu4e/mu4e-compose.el diff --git a/emacs/mu4e-headers.el b/mu4e/mu4e-headers.el index a623097..a623097 100644 --- a/emacs/mu4e-headers.el +++ b/mu4e/mu4e-headers.el diff --git a/emacs/mu4e-main.el b/mu4e/mu4e-main.el index e0b617a..e0b617a 100644 --- a/emacs/mu4e-main.el +++ b/mu4e/mu4e-main.el diff --git a/emacs/mu4e-mark.el b/mu4e/mu4e-mark.el index e032717..e032717 100644 --- a/emacs/mu4e-mark.el +++ b/mu4e/mu4e-mark.el diff --git a/emacs/mu4e-meta.el.in b/mu4e/mu4e-meta.el.in index 8e925b1..8e925b1 100644 --- a/emacs/mu4e-meta.el.in +++ b/mu4e/mu4e-meta.el.in diff --git a/emacs/mu4e-proc.el b/mu4e/mu4e-proc.el index 7bab033..7bab033 100644 --- a/emacs/mu4e-proc.el +++ b/mu4e/mu4e-proc.el diff --git a/emacs/mu4e-speedbar.el b/mu4e/mu4e-speedbar.el index 6a7bade..6a7bade 100644 --- a/emacs/mu4e-speedbar.el +++ b/mu4e/mu4e-speedbar.el diff --git a/emacs/mu4e-utils.el b/mu4e/mu4e-utils.el index 0843208..0843208 100644 --- a/emacs/mu4e-utils.el +++ b/mu4e/mu4e-utils.el diff --git a/emacs/mu4e-vars.el b/mu4e/mu4e-vars.el index eb22adc..eb22adc 100644 --- a/emacs/mu4e-vars.el +++ b/mu4e/mu4e-vars.el diff --git a/emacs/mu4e-view.el b/mu4e/mu4e-view.el index 78a5ce0..78a5ce0 100644 --- a/emacs/mu4e-view.el +++ b/mu4e/mu4e-view.el diff --git a/emacs/mu4e.el b/mu4e/mu4e.el index 5be2adc..5be2adc 100644 --- a/emacs/mu4e.el +++ b/mu4e/mu4e.el diff --git a/emacs/mu4e.org b/mu4e/mu4e.org index df7524f..df7524f 100644 --- a/emacs/mu4e.org +++ b/mu4e/mu4e.org diff --git a/emacs/mu4e.texi b/mu4e/mu4e.texi index 63d85dd..63d85dd 100644 --- a/emacs/mu4e.texi +++ b/mu4e/mu4e.texi diff --git a/emacs/org-mu4e.el b/mu4e/org-mu4e.el index cefdaba..cefdaba 100644 --- a/emacs/org-mu4e.el +++ b/mu4e/org-mu4e.el diff --git a/emacs/version.texi.in b/mu4e/version.texi.in index b58e355..b58e355 100644 --- a/emacs/version.texi.in +++ b/mu4e/version.texi.in |
