talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 329252a43060262a057d97e9a2b0986d0f288118
parent 7d856421906969bedfae33f12d930fb91446ac24
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Thu,  6 Dec 2018 22:15:18 +0100

Corrected values in recvtype comment in wizard accountrc template.

Diffstat:
Msrc/wizard.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/wizard.c b/src/wizard.c @@ -239,8 +239,8 @@ static gchar *accountrc_tmpl = "\n" "#recvtype can be:\n" "#0 for pop3\n" - "#3 for imap\n" - "#5 for a local mbox file\n" + "#2 for imap\n" + "#3 for a local mbox file\n" "#recvtype=\n" "\n" "#you can use $DOMAIN here \n"