[dovecot-cvs] 
	dovecot/src/lib-storage/index index-expunge.h,NONE,1.1
    cras at procontrol.fi 
    cras at procontrol.fi
       
    Sat Jul 26 22:24:02 EEST 2003
    
        - Previous message: [dovecot-cvs] 
	dovecot/src/imap imap-expunge.c,NONE,1.1 imap-expunge.h,NONE,1.1
- Next message: [dovecot-cvs] 
	dovecot/src/pop3 client.c,1.12,1.13 common.h,1.1,1.2 main.c,1.7,1.8
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /home/cvs/dovecot/src/lib-storage/index
In directory danu:/tmp/cvs-serv31178/lib-storage/index
Added Files:
	index-expunge.h 
Log Message:
forgot to add
--- NEW FILE: index-expunge.h ---
#ifndef __INDEX_EXPUNGE_H
#define __INDEX_EXPUNGE_H
#include "mail-storage.h"
#include "index-mail.h"
struct mail_expunge_context {
        struct index_mailbox *ibox;
	struct index_mail mail;
	int expunge_all, fetch_next, failed;
	unsigned int seq;
	struct mail_index_record *rec;
	unsigned int first_seq, last_seq;
	struct mail_index_record *first_rec, *last_rec;
};
struct mail_expunge_context *
index_storage_expunge_init(struct mailbox *box,
			   enum mail_fetch_field wanted_fields,
			   int expunge_all);
int index_storage_expunge_deinit(struct mail_expunge_context *ctx);
struct mail *index_storage_expunge_fetch_next(struct mail_expunge_context *ctx);
int index_storage_expunge(struct mail *mail, struct mail_expunge_context *ctx,
			  unsigned int *seq_r, int notify);
#endif
    
    
        
	- Previous message: [dovecot-cvs] 
	dovecot/src/imap imap-expunge.c,NONE,1.1 imap-expunge.h,NONE,1.1
- Next message: [dovecot-cvs] 
	dovecot/src/pop3 client.c,1.12,1.13 common.h,1.1,1.2 main.c,1.7,1.8
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the dovecot-cvs
mailing list