[Commits] [SCM] claws branch, master, updated. 3.17.0-181-g0f9a9f5
claws at claws-mail.org
claws at claws-mail.org
Mon Nov 26 10:41:43 CET 2018
The branch, master has been updated
via 0f9a9f5997392e108fb8341975cd54035536655e (commit)
from 3a482f4d25110e588ef58d5ee67fa4216a6b631d (commit)
Summary of changes:
src/mainwindow.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 0f9a9f5997392e108fb8341975cd54035536655e
Author: Paul <paul at claws-mail.org>
Date: Mon Nov 26 09:41:38 2018 +0000
be more informative in 'Add mailbox' dialogue
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 5fa621d..fe568ba 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2909,8 +2909,10 @@ static void main_window_add_mailbox(MainWindow *mainwin)
Folder *folder;
path = input_dialog(_("Add mailbox"),
- _("Input the location of mailbox.\n"
- "If an existing mailbox is specified, it will be\n"
+ _("Input the location of the mailbox.\n"
+ "The location can be either the full path or relative to the \n"
+ "home directory.\n"
+ "If the location of an existing mailbox is specified, it will be\n"
"scanned automatically."),
"Mail");
if (!path) return;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list