On Thu, Mar 29, 2012 at 08:27:56AM -0400, Darryl L. Pierce wrote:
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)
are you sure you have the latest updates? I can see all of the errors under USE_NOTMUCH ifdef and compiles with and without --enable-notmuch .
david