aboutsummaryrefslogtreecommitdiffstats
path: root/imap-send.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap-send.c')
-rw-r--r--imap-send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap-send.c b/imap-send.c
index 603e3d6fbc..4b63d9ca41 100644
--- a/imap-send.c
+++ b/imap-send.c
@@ -1824,7 +1824,7 @@ int cmd_main(int argc, const char **argv)
}
if (!server.folder) {
- fprintf(stderr, "no IMAP store specified\n");
+ fprintf(stderr, "no IMAP folder specified\n");
ret = 1;
goto out;
}