On Thu, Mar 29, 2012 at 02:23:02PM +0200, David Sterba wrote:
You need to run configure with --enable-notmuch. Somewhere it's used out of the #ifdef NOTMUCH/#endif block.
Are there other options tha tmust be enabled by default?
gcc -DPKGDATADIR="/usr/local/share/mutt" -DSYSCONFDIR="/usr/local/etc" -DBINDIR="/usr/local/bin" -DMUTTLOCALEDIR="/usr/local/share/locale" -DHAVE_CONFIG_H=1 -I. -I. -I. -Iintl -I./intl -Wall -pedantic -Wno-long-long -g -O2 -MT curs_main.o -MD -MP -MF .deps/curs_main.Tpo -c -o curs_main.o curs_main.c curs_main.c: In function ‘mutt_index_menu’: curs_main.c:1168:12: error: ‘OP_MAIN_MODIFY_LABELS’ undeclared (first use in this function) curs_main.c:1168:12: note: each undeclared identifier is reported only once for each function it appears in curs_main.c:1169:12: error: ‘OP_MAIN_MODIFY_LABELS_THEN_HIDE’ undeclared (first use in this function) curs_main.c:1238:12: error: ‘OP_MAIN_VFOLDER_FROM_QUERY’ undeclared (first use in this function) curs_main.c:1251:12: error: ‘OP_MAIN_CHANGE_VFOLDER’ undeclared (first use in this function) make[2]: *** [curs_main.o] Error 1 make[2]: Leaving directory `/home/mcpierce/Programming/mutt-kz' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mcpierce/Programming/mutt-kz' make: *** [all] Error 2