diff options
| author | Sam Varshavchik | 2018-07-14 15:49:32 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2018-07-14 21:09:38 -0400 | 
| commit | 3359e8155147662382d2fd982bcf75a1644901a0 (patch) | |
| tree | 48097c0f020fc8019581447266c9c520834e41ff /imap/imapd.h | |
| parent | fdc3f1b75ed5dbded07c69c1000f31bb7c74f0e0 (diff) | |
| download | courier-libs-3359e8155147662382d2fd982bcf75a1644901a0.tar.bz2 | |
courier-imap: Advertise UTF8=ACCEPT IMAP capability.
Diffstat (limited to 'imap/imapd.h')
| -rw-r--r-- | imap/imapd.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/imap/imapd.h b/imap/imapd.h index d7966a1..7325ec9 100644 --- a/imap/imapd.h +++ b/imap/imapd.h @@ -12,6 +12,7 @@  #define	NEWMSG_FLAG	'*'	/* Prefixed to mimeinfo to indicate new msg */ +extern int enabled_utf8;  #define	is_sharedsubdir(dir) \  	(strncmp((dir), SHAREDSUBDIR "/", \ | 
