~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to pith/mailcmd.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: mailcmd.h 801 2007-11-08 20:39:45Z hubert@u.washington.edu $
 
2
 * $Id: mailcmd.h 1108 2008-07-10 05:01:13Z mikes@u.washington.edu $
3
3
 *
4
4
 * ========================================================================
5
5
 * Copyright 2006-2007 University of Washington
63
63
char      *move_read_msgs(MAILSTREAM *, char *, char *, size_t, long);
64
64
char      *move_read_incoming(MAILSTREAM *, CONTEXT_S *, char *, char **, char *, size_t);
65
65
void       cross_delete_crossposts(MAILSTREAM *);
66
 
long       zoom_index(struct pine *, MAILSTREAM *, MSGNO_S *);
 
66
long       zoom_index(struct pine *, MAILSTREAM *, MSGNO_S *, int);
67
67
int        unzoom_index(struct pine *, MAILSTREAM *, MSGNO_S *);
68
68
int        agg_text_select(MAILSTREAM *, MSGNO_S *, char, int, int, char *,
69
69
                           char *, SEARCHSET **);