view src/lib-otp/otp-dictionary.h @ 12636:fa4b84059ae2

IMAP LIST: Never return subscribed children state if RECURSIVEMATCH isn't specified. Not even when backends give it automatically.
author Timo Sirainen <tss@iki.fi>
date Wed, 02 Feb 2011 05:31:46 +0200
parents e4eb71ae8e96
children
line wrap: on
line source

#ifndef OTP_DICTIONARY_H
#define OTP_DICTIONARY_H

int otp_lookup_word(const char *word);

#endif