summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-02-19 16:34:05 -0800
committerKevin McCarthy <kevin@8t8.us>2020-02-29 20:30:13 -0800
commit6fe9b1d5c526b0497b17ef340d058fb1537e7da0 (patch)
tree92cbb386c7829489e435fb8f9071ea31d2af3abe /globals.h
parent331772558d86aaf342895e2cff1c029b198483fa (diff)
Add background compose menu and $background_format config var.
List the backgrounded sessions. Allow the user to resume one, or exit the menu. Bind to 'B' by default in the index and pager menus. Remove the "<mail>" function autoresuming functionality, instead invoke the menu to resume backgrounded sessions.
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index d99b0cc6..5beee5d5 100644
--- a/globals.h
+++ b/globals.h
@@ -46,6 +46,7 @@ WHERE char *AutocryptDir;
WHERE char *AutocryptSignAs; /* This is used in crypt-gpgme.c */
WHERE char *AutocryptDefaultKey; /* Used for postponing messages */
#endif
+WHERE char *BackgroundFormat;
WHERE char *Charset;
WHERE char *ComposeFormat;
WHERE char *ConfigCharset;
@@ -257,6 +258,7 @@ WHERE short ImapPollTimeout;
WHERE SIG_ATOMIC_VOLATILE_T SigAlrm;
WHERE SIG_ATOMIC_VOLATILE_T SigInt;
WHERE SIG_ATOMIC_VOLATILE_T SigWinch;
+WHERE SIG_ATOMIC_VOLATILE_T SigChld;
WHERE int CurrentMenu;