summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorRichard Russon <rich@flatcap.org>2016-06-04 11:31:56 -0700
committerRichard Russon <rich@flatcap.org>2016-06-04 11:31:56 -0700
commit389c74bb20b20ab31c14460962fbbb6bba82127d (patch)
tree517d42df0dc96b1379888a007bdeaee45c2d2bd6 /globals.h
parentc64cf70d1befaa9e9a5396dafc1b1ae3b0a63cf9 (diff)
Add neomutt version of sidebar patch. (closes #3829)
This is the patch from neomutt; branch 'devel/win-sidebar'; commit c796fa85f9cacefb69b8f7d8545fc9ba71674180 with the following changes: - move the sample muttrc and vimrc to contrib. - remove the README.sidebar. - empty out the PATCHES file.
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index abefade3..cf8c5f0c 100644
--- a/globals.h
+++ b/globals.h
@@ -118,6 +118,12 @@ WHERE short SearchContext;
WHERE char *SendCharset;
WHERE char *Sendmail;
WHERE char *Shell;
+#ifdef USE_SIDEBAR
+WHERE char *SidebarDelimChars;
+WHERE char *SidebarDividerChar;
+WHERE char *SidebarFormat;
+WHERE char *SidebarIndentString;
+#endif
WHERE char *Signature;
WHERE char *SimpleSearch;
#if USE_SMTP
@@ -214,6 +220,14 @@ WHERE short ScoreThresholdDelete;
WHERE short ScoreThresholdRead;
WHERE short ScoreThresholdFlag;
+/* This isn't excluded from the build because it's too entwined in the code.
+ * For now. */
+WHERE short SidebarWidth;
+#ifdef USE_SIDEBAR
+WHERE short SidebarRefreshTime;
+WHERE LIST *SidebarWhitelist INITVAL(0);
+#endif
+
#ifdef USE_IMAP
WHERE short ImapKeepalive;
WHERE short ImapPipelineDepth;