aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar Daniel Kahn Gillmor <dkg@fifthhorseman.net>2011-06-03 19:57:46 -0400
committerGravatar Carl Worth <cworth@cworth.org>2011-06-03 17:42:54 -0700
commit5143e5e840b5e9d95611f57fdc9d4b27af6f0564 (patch)
tree91271e35cc173080dfeb0d5a651a0d73b7161bfb /Makefile.local
parentd5b4d950245605b84c56ce991fa3c59a073a70e5 (diff)
Use stock GMimeSession by default
Our use of GMimeSession was unneeded boilerplate, and we weren't doing anything with it. This simplifies and clarifies that assumption. If we want to do anything fancier later, the examples in the gmime source are a reasonable source to work from in defining a new GMimeSession derivative. Since GMimeSession is going away in GMime 2.6, though, i don't recommend using it.
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.local b/Makefile.local
index f726f1f2..8a8832da 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -246,7 +246,6 @@ notmuch_client_srcs = \
notmuch-show.c \
notmuch-tag.c \
notmuch-time.c \
- notmuch-gmime-session.c \
query-string.c \
show-message.c \
json.c \