[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] CVS: nmh/h prototypes.h,1.5,1.5.2.1
From: |
Jon Steinhart <address@hidden> |
Subject: |
[Nmh-commits] CVS: nmh/h prototypes.h,1.5,1.5.2.1 |
Date: |
Fri, 28 Feb 2003 14:08:38 -0500 |
Update of /cvsroot/nmh/nmh/h
In directory subversions:/tmp/cvs-serv6328/nmh/h
Modified Files:
Tag: RELEASE_1_1
prototypes.h
Log Message:
Merged in changes from main branch. There are two classes of changes:
improved attachment handing for originating messages, and hooks that
provide an interface that allows external programs to to synchronize
a database with the contents of mail folders.
Index: prototypes.h
===================================================================
RCS file: /cvsroot/nmh/nmh/h/prototypes.h,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** prototypes.h 9 May 2000 21:44:16 -0000 1.5
--- prototypes.h 28 Feb 2003 19:08:36 -0000 1.5.2.1
***************
*** 50,56 ****
void discard (FILE *);
int done (int);
int fdcompare (int, int);
! int folder_addmsg (struct msgs **, char *, int, int, int);
! int folder_delmsgs (struct msgs *, int);
void folder_free (struct msgs *);
int folder_pack (struct msgs **, int);
--- 50,57 ----
void discard (FILE *);
int done (int);
+ int ext_hook(char *, char *, char *);
int fdcompare (int, int);
! int folder_addmsg (struct msgs **, char *, int, int, int, int);
! int folder_delmsgs (struct msgs *, int, int);
void folder_free (struct msgs *);
int folder_pack (struct msgs **, int);
***************
*** 155,163 ****
* prototypes for some routines in uip
*/
! int annotate (char *, char *, char *, int, int);
int distout (char *, char *, char *);
void replout (FILE *, char *, char *, struct msgs *, int,
int, char *, char *, char *);
! int sendsbr (char **, int, char *, struct stat *, int);
int what_now (char *, int, int, char *, char *,
int, struct msgs *, char *, int, char *);
--- 156,165 ----
* prototypes for some routines in uip
*/
! int annotate (char *, char *, char *, int, int, int, int);
! void annolist(char *, char *, char *, int);
int distout (char *, char *, char *);
void replout (FILE *, char *, char *, struct msgs *, int,
int, char *, char *, char *);
! int sendsbr (char **, int, char *, struct stat *, int, char *);
int what_now (char *, int, int, char *, char *,
int, struct msgs *, char *, int, char *);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] CVS: nmh/h prototypes.h,1.5,1.5.2.1,
Jon Steinhart <address@hidden> <=
- Prev by Date:
[Nmh-commits] CVS: nmh/docs README-ATTACHMENTS,NONE,1.2.2.1 README-HOOKS,NONE,1.1.2.1
- Next by Date:
[Nmh-commits] CVS: nmh/sbr ext_hook.c,NONE,1.1.2.1 Makefile.in,1.13,1.13.2.1 context_del.c,1.2,1.2.2.1 context_find.c,1.2,1.2.2.1 context_read.c,1.2,1.2.2.1 context_replace.c,1.2,1.2.2.1 folder_addmsg.c,1.2,1.2.2.1 folder_delmsgs.c,1.2,1.2.2.1 folder_pack.c,1.2,1.2.2.1 m_convert.c,1.2,1.2.2.1 pidwait.c,1.4,1.4.2.1 seq_read.c,1.2,1.2.2.1 seq_save.c,1.2,1.2.2.1
- Previous by thread:
[Nmh-commits] CVS: nmh/docs README-ATTACHMENTS,NONE,1.2.2.1 README-HOOKS,NONE,1.1.2.1
- Next by thread:
[Nmh-commits] CVS: nmh/sbr ext_hook.c,NONE,1.1.2.1 Makefile.in,1.13,1.13.2.1 context_del.c,1.2,1.2.2.1 context_find.c,1.2,1.2.2.1 context_read.c,1.2,1.2.2.1 context_replace.c,1.2,1.2.2.1 folder_addmsg.c,1.2,1.2.2.1 folder_delmsgs.c,1.2,1.2.2.1 folder_pack.c,1.2,1.2.2.1 m_convert.c,1.2,1.2.2.1 pidwait.c,1.4,1.4.2.1 seq_read.c,1.2,1.2.2.1 seq_save.c,1.2,1.2.2.1
- Index(es):