aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
diff options
context:
space:
mode:
Diffstat (limited to 'transact.c')
-rw-r--r--transact.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/transact.c b/transact.c
index c0719615..839cc181 100644
--- a/transact.c
+++ b/transact.c
@@ -1190,6 +1190,10 @@ int readheaders(int sock,
" polling %s account %s",
ctl->server.pollname,
ctl->remotename);
+ if (ctl->folder)
+ snprintf(buf + strlen(buf), sizeof(buf) - strlen(buf),
+ " folder %s",
+ ctl->folder);
}
snprintf(buf+strlen(buf), sizeof(buf)-strlen(buf), ")\r\n");
n = stuffline(ctl, buf);