talons

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

commit 4669bbaa0f23d4f65d1b73076ee73da51b30d7cc
parent 094455836c6abb30e4aee50ef5693e80af06b37b
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"