mu4e: split off mu4e-proc-mu

Move mu-specific backend functions into separate file.
This commit is contained in:
djcb
2017-01-03 17:49:31 +02:00
parent ec064c5f9e
commit f40ffa2464
3 changed files with 335 additions and 295 deletions

View File

@ -1,4 +1,4 @@
## Copyright (C) 2008-2016 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
## Copyright (C) 2008-2017 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@ -34,6 +34,7 @@ dist_lisp_LISP= \
mu4e-message.el \
mu4e-meta.el \
mu4e-proc.el \
mu4e-proc-mu.el \
mu4e-speedbar.el \
mu4e-utils.el \
mu4e-vars.el \