aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/imap.c b/imap.c
index 3eb831f9..9a6a123c 100644
--- a/imap.c
+++ b/imap.c
@@ -1301,12 +1301,7 @@ static int imap_delete(int sock, struct query *ctl, int number)
{
int ok;
/* Select which flags to set on message deletion: */
- const char delflags_seen[] = "\\Seen \\Deleted";
- static const char *delflags;
- /* Which environment variable to look for: */
-
- /* DEFAULT since many fetchmail versions <= 6.3.X */
- delflags = delflags_seen;
+ static const char delflags[] = "\\Seen \\Deleted";
(void)ctl;
/* expunges change the fetch numbers */