/[mailutils]/mailutils/mh/mh.h
ViewVC logotype

Diff of /mailutils/mh/mh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by gray, Thu Jan 16 13:44:27 2003 UTC revision 1.25 by gray, Thu Jan 16 16:17:26 2003 UTC
# Line 190  typedef void (*mh_iterator_fp) __P((mail Line 190  typedef void (*mh_iterator_fp) __P((mail
190  struct mh_whatnow_env {   /* An environment for whatnow shell */  struct mh_whatnow_env {   /* An environment for whatnow shell */
191    char *file;             /* The file being processed */    char *file;             /* The file being processed */
192    char *msg;              /* The original message (if any) */    char *msg;              /* The original message (if any) */
193      char *draftfile;        /* File to preserve the draft into */
194    char *draftfolder;    char *draftfolder;
195    char *draftmessage;    char *draftmessage;
196    char *editor;    char *editor;
197    char *prompt;    char *prompt;
198  };  };
199    
200    #define DISP_QUIT 0
201    #define DISP_USE 1
202    #define DISP_REPLACE 2
203    
204  extern char *current_folder;  extern char *current_folder;
205  extern size_t current_message;  extern size_t current_message;
206  extern char mh_list_format[];  extern char mh_list_format[];
# Line 268  void *xrealloc __P((void *, size_t)); Line 273  void *xrealloc __P((void *, size_t));
273            
274  int mh_spawnp __P((const char *prog, const char *file));  int mh_spawnp __P((const char *prog, const char *file));
275  int mh_whatnow __P((struct mh_whatnow_env *wh, int initial_edit));  int mh_whatnow __P((struct mh_whatnow_env *wh, int initial_edit));
276    int mh_disposition __P((const char *filename));

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26