]> granicus.if.org Git - neomutt/commit
config: rename listener to observer
authorRichard Russon <rich@flatcap.org>
Wed, 15 May 2019 11:25:37 +0000 (12:25 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 16 May 2019 13:02:45 +0000 (14:02 +0100)
commit75fe7618bcebb657a43082e66ae5bc0d8150c48c
tree20b7afd779f9408c32149450ab01554fc9232cb7
parent4ca2070ca1c838c3915fddf17f8010523d44700d
config: rename listener to observer

This fits in with the GoF's subject/observer pattern.
32 files changed:
config/bool.c
config/quad.c
config/set.c
config/set.h
index.c
mailbox.c
main.c
menu.c
mutt_history.c
mutt_history.h
mutt_logging.c
mutt_logging.h
mutt_menu.h
protos.h
test/config/account.c
test/config/address.c
test/config/bool.c
test/config/command.c
test/config/common.c
test/config/common.h
test/config/initial.c
test/config/long.c
test/config/magic.c
test/config/mbtable.c
test/config/number.c
test/config/path.c
test/config/quad.c
test/config/regex.c
test/config/set.c
test/config/sort.c
test/config/string.c
test/config/synonym.c