~ubuntu-branches/ubuntu/wily/dovecot/wily-proposed

« back to all changes in this revision

Viewing changes to src/lib-imap/imap-util.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-08-02 14:00:15 UTC
  • mto: (1.11.1 upstream) (4.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20080802140015-zbmjsgoodeyc9z4s
Tags: upstream-1.1.2
ImportĀ upstreamĀ versionĀ 1.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __IMAP_UTIL_H
2
 
#define __IMAP_UTIL_H
 
1
#ifndef IMAP_UTIL_H
 
2
#define IMAP_UTIL_H
 
3
 
 
4
enum mail_flags;
3
5
 
4
6
/* Write flags as a space separated string. */
5
7
void imap_write_flags(string_t *dest, enum mail_flags flags,