diff options
Diffstat (limited to 'camel/camel-movemail.c')
-rw-r--r-- | camel/camel-movemail.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/camel-movemail.c b/camel/camel-movemail.c index 521d21d0ca..619d3dc33a 100644 --- a/camel/camel-movemail.c +++ b/camel/camel-movemail.c @@ -91,8 +91,6 @@ camel_movemail(const char *source, const char *dest, CamelException *ex) int sfd, dfd; struct stat st; - camel_exception_clear(ex); - /* Stat and then open the spool file. If it doesn't exist or * is empty, the user has no mail. (There's technically a race * condition here in that an MDA might have just now locked it |