]> granicus.if.org Git - neomutt/commit
Created enum to group command_t return codes
authorVictor Fernandes <criw@pm.me>
Mon, 24 Dec 2018 00:18:04 +0000 (01:18 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 3 Jan 2019 17:18:09 +0000 (17:18 +0000)
commit42b9ba278b57d2609760ca23320a3cf9c7cee1a7
treed0b601fe7f84bb99529374a31b4969f7dab0ea89
parentdd73491868cffcb4d311e6be31d32e63c1534519
Created enum to group command_t return codes

Old return codes have been replaced by the enum ones
in init.c, but other files have functions that must be
changed too.
18 files changed:
color.c
color.h
commands.c
hook.c
hook.h
init.c
init.h
keymap.c
keymap.h
mailbox.c
mailbox.h
main.c
mutt.h
mutt_commands.h
mutt_lua.c
mutt_lua.h
score.c
score.h