~ubuntu-branches/ubuntu/precise/mutt/precise

« back to all changes in this revision

Viewing changes to mx.h

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2010-12-17 14:28:28 UTC
  • mfrom: (16.2.3 experimental)
  • Revision ID: package-import@ubuntu.com-20101217142828-ve8yy0xf1zomtnx9
Tags: 1.5.21-1ubuntu1
* Merge with Debian experimental (LP: #691512), remaining changes:
  + debian/control, debian/patches/debian-specific/build_doc_adjustments.diff:
    Use w3m (main) instead of elinks (universe) for generating documentation.
  + Drop libtokyocabinet-dev (universe) from Build-Depends, use always
    libgdbm-dev and also use gdbm for the header cache backend. (lp: #607448)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  M_MBOX = 1,
34
34
  M_MMDF,
35
35
  M_MH,
36
 
  M_MAILDIR
37
 
#ifdef USE_IMAP
38
 
  , M_IMAP
39
 
#endif
40
 
#ifdef USE_POP
41
 
  , M_POP
42
 
#endif
 
36
  M_MAILDIR,
 
37
  M_IMAP,
 
38
  M_POP
43
39
};
44
40
 
45
41
WHERE short DefaultMagic INITVAL (M_MBOX);
56
52
int mmdf_parse_mailbox (CONTEXT *);
57
53
void mbox_unlock_mailbox (CONTEXT *);
58
54
int mbox_check_empty (const char *);
 
55
void mbox_reset_atime (CONTEXT *, struct stat *);
59
56
 
60
57
int mh_read_dir (CONTEXT *, const char *);
61
58
int mh_sync_mailbox (CONTEXT *, int *);