X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=bfb41116adcff104edadf639cd95513b225289bb;hp=34f7ac7c588f74eb80482bd91f7ff773cb1b90b6;hb=b88030bda6da084ef74e41f588589fd98e773ad7;hpb=67ae2377a9ec2da296a2e012352f962664a4d1a8 diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 34f7ac7c..bfb41116 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -148,6 +148,9 @@ typedef enum _notmuch_private_status { /* Flags shared by various lookup functions. */ typedef enum _notmuch_find_flags { + /* Lookup without creating any documents. This is the default + * behavior. */ + NOTMUCH_FIND_LOOKUP = 0, /* If set, create the necessary document (or documents) if they * are missing. Requires a read/write database. */ NOTMUCH_FIND_CREATE = 1<<0,