~ubuntu-branches/ubuntu/karmic/alpine/karmic

« back to all changes in this revision

Viewing changes to pith/state.h

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-09-23 12:17:56 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080923121756-6u4x8bwq89qlzt32
Tags: 2.00+dfsg-2
Update to package description: note that Alpine is no longer in
alpha. (Closes: #499640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: state.h 937 2008-02-28 01:04:46Z hubert@u.washington.edu $
 
2
 * $Id: state.h 1069 2008-06-03 15:54:15Z hubert@u.washington.edu $
3
3
 *
4
4
 * ========================================================================
5
5
 * Copyright 2006-2008 University of Washington
307
307
 
308
308
    time_t       last_nextitem_forcechk;
309
309
 
 
310
    MAILSTREAM  *cur_uid_stream;
 
311
    imapuid_t    cur_uid;
 
312
 
310
313
    int          deadlets;
311
314
 
312
315
    int          quote_suppression_threshold;
337
340
 
338
341
    PRINT_S     *print;
339
342
 
 
343
#ifdef SMIME
 
344
    SMIME_STUFF_S *smime;
 
345
#endif /* SMIME */
 
346
 
340
347
    struct variable *vars;
341
348
};
342
349