mu4e: clean up org-handling
Load org support by default, unless mu4e-org-support is set to nil. Turn off speedbar support by default (set mu4e-speedbar-support to t to re-enable it). Move the non-obsolete org stuff to mu4e-org. Rename some things from org-mu4e to mu4e-org. Remove org-old-mu4e.el
This commit is contained in:
@ -34,18 +34,17 @@ dist_lisp_LISP= \
|
||||
mu4e-mark.el \
|
||||
mu4e-message.el \
|
||||
mu4e-meta.el \
|
||||
mu4e-org.el \
|
||||
mu4e-proc.el \
|
||||
mu4e-speedbar.el \
|
||||
mu4e-utils.el \
|
||||
mu4e-vars.el \
|
||||
mu4e-view.el \
|
||||
mu4e.el \
|
||||
org-mu4e.el \
|
||||
org-old-mu4e.el
|
||||
org-mu4e.el
|
||||
|
||||
EXTRA_DIST= \
|
||||
mu4e-about.org \
|
||||
org-old-mu4e.el
|
||||
mu4e-about.org
|
||||
|
||||
CLEANFILES= \
|
||||
*.elc
|
||||
|
||||
Reference in New Issue
Block a user