unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Mark Walters <markwalters1009@gmail.com>
To: notmuch@notmuchmail.org
Subject: [PATCH 1/2] initialnullsplit
Date: Wed,  5 Jun 2013 17:23:45 +0100	[thread overview]
Message-ID: <1370449426-2325-2-git-send-email-markwalters1009@gmail.com> (raw)
In-Reply-To: <1370449426-2325-1-git-send-email-markwalters1009@gmail.com>

---
 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@cworth.org>
+;;          David Edmondson <dme@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@cworth.org>
+;;          David Edmondson <dme@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

  reply	other threads:[~2013-06-05 16:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-05 16:23 [RFC PATCH 0/2] emacs: split show into two parts: show and render Mark Walters
2013-06-05 16:23 ` Mark Walters [this message]
2013-06-05 16:23 ` [PATCH 2/2] insert forest moved Mark Walters

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1370449426-2325-2-git-send-email-markwalters1009@gmail.com \
    --to=markwalters1009@gmail.com \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).