* mu: some improvement in script handling

This commit is contained in:
djcb
2013-07-23 22:23:27 +03:00
parent b7219aaf82
commit 885554757a
3 changed files with 9 additions and 3 deletions

View File

@ -429,6 +429,8 @@ enum _MuError {
MU_ERROR_INTERNAL = 3,
MU_ERROR_NO_MATCHES = 4,
MU_ERROR_SCRIPT_NOT_FOUND = 8,
/* general xapian related error */
MU_ERROR_XAPIAN = 11,