]> granicus.if.org Git - neomutt/commitdiff
config: add missing DT_COMMAND flags
authorRichard Russon <rich@flatcap.org>
Sat, 14 Sep 2019 15:31:42 +0000 (16:31 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 17 Sep 2019 13:27:57 +0000 (14:27 +0100)
init.h

diff --git a/init.h b/init.h
index 528e11c028f0ee7dd9eba237f64bd0209448c38a..908e6688f802195ae5ef2c2ac2a58703a60959dd 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1703,7 +1703,7 @@ struct ConfigDef MuttVars[] = {
   ** .pp
   ** This variable defaults to the value of $$imap_user.
   */
-  { "imap_oauth_refresh_command", DT_STRING|DT_SENSITIVE, &C_ImapOauthRefreshCommand, 0 },
+  { "imap_oauth_refresh_command", DT_STRING|DT_COMMAND|DT_SENSITIVE, &C_ImapOauthRefreshCommand, 0 },
   /*
   ** .pp
   ** The command to run to generate an OAUTH refresh token for
@@ -3072,7 +3072,7 @@ struct ConfigDef MuttVars[] = {
   ** for retrieving only unread messages from the POP server when using
   ** the \fC$<fetch-mail>\fP function.
   */
-  { "pop_oauth_refresh_command", DT_STRING|DT_SENSITIVE, &C_PopOauthRefreshCommand, 0 },
+  { "pop_oauth_refresh_command", DT_STRING|DT_COMMAND|DT_SENSITIVE, &C_PopOauthRefreshCommand, 0 },
   /*
   ** .pp
   ** The command to run to generate an OAUTH refresh token for
@@ -4169,7 +4169,7 @@ struct ConfigDef MuttVars[] = {
   ** set smtp_authenticators="digest-md5:cram-md5"
   ** .te
   */
-  { "smtp_oauth_refresh_command", DT_STRING|DT_SENSITIVE, &C_SmtpOauthRefreshCommand, 0 },
+  { "smtp_oauth_refresh_command", DT_STRING|DT_COMMAND|DT_SENSITIVE, &C_SmtpOauthRefreshCommand, 0 },
   /*
   ** .pp
   ** The command to run to generate an OAUTH refresh token for
@@ -4696,7 +4696,7 @@ struct ConfigDef MuttVars[] = {
   ** formatting to the one used by "$$status_format".
   */
 #ifdef USE_SOCKET
-  { "tunnel", DT_STRING, &C_Tunnel, 0 },
+  { "tunnel", DT_STRING|DT_COMMAND, &C_Tunnel, 0 },
   /*
   ** .pp
   ** Setting this variable will cause NeoMutt to open a pipe to a command