]> granicus.if.org Git - neomutt/commitdiff
move Content to library
authorRichard Russon <rich@flatcap.org>
Tue, 3 Jul 2018 15:21:17 +0000 (16:21 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 16 Jul 2018 21:24:00 +0000 (22:24 +0100)
compose.c
mutt/content.h [moved from content.h with 100% similarity]
mutt/mutt.h
ncrypt/crypt.c
sendlib.c

index 960997150a300b825d10490eaff056074a7e2a38..aee999ef322e478913aa896365f9d79aa749594e 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -35,7 +35,6 @@
 #include "alias.h"
 #include "attach.h"
 #include "body.h"
-#include "content.h"
 #include "context.h"
 #include "format_flags.h"
 #include "globals.h"
similarity index 100%
rename from content.h
rename to mutt/content.h
index 76e91e8bc821b172f1389d82521b31f186e76997..718683ebf3267de7e10d0ffb566b1f17278a5fb0 100644 (file)
@@ -63,6 +63,7 @@
 #include "base64.h"
 #include "buffer.h"
 #include "charset.h"
+#include "content.h"
 #include "date.h"
 #include "envelope.h"
 #include "envlist.h"
index 2dba1fdb6ee401da48f12fe22372fddda7f65445..d8ffdb3db975819519f5af9bf3de1e79c9b65ade 100644 (file)
@@ -42,7 +42,6 @@
 #include "mutt.h"
 #include "alias.h"
 #include "body.h"
-#include "content.h"
 #include "context.h"
 #include "copy.h"
 #include "cryptglue.h"
index b760703ea27d6f2398b8f63d4ca2846d7185d19c..10bc6b7505dd26493218964255fd2f68c2f3cb08 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -39,7 +39,6 @@
 #include "mutt.h"
 #include "body.h"
 #include "buffy.h"
-#include "content.h"
 #include "context.h"
 #include "copy.h"
 #include "filter.h"