sync with 0.9.9cvs9
[claws.git] / src / pop.h
index cfdea46e8423ade98b714059ab5bb6eaba13b849..bf62212bd44393bff3d1785a580ebda42089b469 100644 (file)
--- a/src/pop.h
+++ b/src/pop.h
@@ -1,6 +1,6 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2003 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2004 Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -143,6 +143,10 @@ struct _Pop3Session
        gchar *error_msg;
 
        gpointer data;
+
+       /* virtual method to drop message */
+       gint (*drop_message)    (Pop3Session    *session,
+                                const gchar    *file);
 };
 
 #define POPBUFSIZE     512