mu: cosmetic
This commit is contained in:
@ -26,7 +26,7 @@ AM_CPPFLAGS=$(XAPIAN_CXXFLAGS) $(GMIME_CFLAGS) $(GLIB_CFLAGS) $(GUILE_CFLAGS)
|
|||||||
# use -Wno-unused-parameters, because some callbacks may not
|
# use -Wno-unused-parameters, because some callbacks may not
|
||||||
# really need all the params they get
|
# really need all the params they get
|
||||||
AM_CFLAGS=-Wall -Wextra -Wno-unused-parameter \
|
AM_CFLAGS=-Wall -Wextra -Wno-unused-parameter \
|
||||||
-Wdeclaration-after-statement -pedantic -Wno-variadic-macros
|
-Wdeclaration-after-statement -Wno-variadic-macros
|
||||||
AM_CXXFLAGS=-Wall -Wextra -Wno-unused-parameter
|
AM_CXXFLAGS=-Wall -Wextra -Wno-unused-parameter
|
||||||
|
|
||||||
noinst_LTLIBRARIES= \
|
noinst_LTLIBRARIES= \
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/
|
/* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Copyright (C) 2008-2013 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
|
** Copyright (C) 2008-2016 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
|
||||||
**
|
**
|
||||||
** This program is free software; you can redistribute it and/or modify
|
** This program is free software; you can redistribute it and/or modify
|
||||||
** it under the terms of the GNU General Public License as published by
|
** it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@ -429,6 +429,9 @@ enum _MuError {
|
|||||||
MU_ERROR_INTERNAL = 3,
|
MU_ERROR_INTERNAL = 3,
|
||||||
MU_ERROR_NO_MATCHES = 4,
|
MU_ERROR_NO_MATCHES = 4,
|
||||||
|
|
||||||
|
/* not really an error; for callbacks */
|
||||||
|
MU_IGNORE = 5,
|
||||||
|
|
||||||
MU_ERROR_SCRIPT_NOT_FOUND = 8,
|
MU_ERROR_SCRIPT_NOT_FOUND = 8,
|
||||||
|
|
||||||
/* general xapian related error */
|
/* general xapian related error */
|
||||||
|
|||||||
Reference in New Issue
Block a user