mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
cli: notmuch-show.c fix whitespace error
Fix an existing whitespace error since it is right next to the changes of this series.
This commit is contained in:
parent
e12645c869
commit
eff5f9126f
1 changed files with 4 additions and 4 deletions
|
@ -1020,10 +1020,10 @@ notmuch_show_command (void *ctx, unused (int argc), unused (char *argv[]))
|
|||
{ "mbox", NOTMUCH_FORMAT_MBOX },
|
||||
{ "raw", NOTMUCH_FORMAT_RAW },
|
||||
{ 0, 0 } } },
|
||||
{ NOTMUCH_OPT_KEYWORD, &exclude, "exclude", 'x',
|
||||
(notmuch_keyword_t []){ { "true", EXCLUDE_TRUE },
|
||||
{ "false", EXCLUDE_FALSE },
|
||||
{ 0, 0 } } },
|
||||
{ NOTMUCH_OPT_KEYWORD, &exclude, "exclude", 'x',
|
||||
(notmuch_keyword_t []){ { "true", EXCLUDE_TRUE },
|
||||
{ "false", EXCLUDE_FALSE },
|
||||
{ 0, 0 } } },
|
||||
{ NOTMUCH_OPT_KEYWORD, &entire_thread, "entire-thread", 't',
|
||||
(notmuch_keyword_t []){ { "true", ENTIRE_THREAD_TRUE },
|
||||
{ "false", ENTIRE_THREAD_FALSE },
|
||||
|
|
Loading…
Reference in a new issue