[PATCH 1/2] initialnullsplit
Mark Walters
markwalters1009 at gmail.com
Wed Jun 5 09:23:45 PDT 2013
---
emacs/Makefile.local | 1 +
emacs/notmuch-show-display.el | 25 +++++++++++++++++++++++++
emacs/notmuch-show-lib.el | 27 +++++++++++++++++++++++++++
emacs/notmuch-show.el | 1 +
4 files changed, 54 insertions(+), 0 deletions(-)
create mode 100644 emacs/notmuch-show-display.el
create mode 100644 emacs/notmuch-show-lib.el
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index 456700a..a5e7a31 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -6,6 +6,7 @@ emacs_sources := \
$(dir)/notmuch.el \
$(dir)/notmuch-query.el \
$(dir)/notmuch-show.el \
+ $(dir)/notmuch-show-display.el \
$(dir)/notmuch-wash.el \
$(dir)/notmuch-hello.el \
$(dir)/notmuch-mua.el \
diff --git a/emacs/notmuch-show-display.el b/emacs/notmuch-show-display.el
new file mode 100644
index 0000000..50d83ad
--- /dev/null
+++ b/emacs/notmuch-show-display.el
@@ -0,0 +1,25 @@
+;; notmuch-show-display.el --- displaying notmuch forests.
+;;
+;; Copyright © Carl Worth
+;; Copyright © David Edmondson
+;;
+;; This file is part of Notmuch.
+;;
+;; Notmuch is free software: you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+;;
+;; Notmuch is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+;; General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with Notmuch. If not, see <http://www.gnu.org/licenses/>.
+;;
+;; Authors: Carl Worth <cworth at cworth.org>
+;; David Edmondson <dme at dme.org>
+
+
+(provide 'notmuch-show-display)
\ No newline at end of file
diff --git a/emacs/notmuch-show-lib.el b/emacs/notmuch-show-lib.el
new file mode 100644
index 0000000..b9a197a
--- /dev/null
+++ b/emacs/notmuch-show-lib.el
@@ -0,0 +1,27 @@
+;; notmuch-show-lib.el --- displaying notmuch forests.
+;;
+;; Copyright © Carl Worth
+;; Copyright © David Edmondson
+;;
+;; This file is part of Notmuch.
+;;
+;; Notmuch is free software: you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+;;
+;; Notmuch is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+;; General Public License for more details.
+;;
+;; You should have received a copy of the GNU General Public License
+;; along with Notmuch. If not, see <http://www.gnu.org/licenses/>.
+;;
+;; Authors: Carl Worth <cworth at cworth.org>
+;; David Edmondson <dme at dme.org>
+
+
+;;
+
+(provide 'notmuch-show-lib)
diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index b0a8d8a..37ba911 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -36,6 +36,7 @@
(require 'notmuch-mua)
(require 'notmuch-crypto)
(require 'notmuch-print)
+(require 'notmuch-show-display)
(declare-function notmuch-call-notmuch-process "notmuch" (&rest args))
(declare-function notmuch-search-next-thread "notmuch" nil)
--
1.7.9.1
More information about the notmuch
mailing list