** .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
** 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
** 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
** 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