mutt_enter_string is only used for _mutt_get_field for real.
[apps/madmutt.git] / imap / CMakeLists.txt
1 ADD_LIBRARY(imap
2     auth.c
3     browse.c
4     command.c
5     imap.c
6     message.c
7     utf7.c
8     util.c
9 )