summaryrefslogtreecommitdiff
path: root/mail.remote
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-06 14:29:25 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-06 14:29:25 +0000
commit9228442de1e8cfa7bb819d8d4a85b1c05975a200 (patch)
treed0ee4e977d2c42cc758f9ed5402a93d269cb9550 /mail.remote
parent6223b874ac531c041625acc49b9daff69607188e (diff)
downloadmailutils-9228442de1e8cfa7bb819d8d4a85b1c05975a200.tar.gz
mailutils-9228442de1e8cfa7bb819d8d4a85b1c05975a200.tar.bz2
Use a uniform way of filename quoting in diagnostic messages.
Diffstat (limited to 'mail.remote')
-rw-r--r--mail.remote/mail.remote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index 089b249a9..41853b1a1 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -216,7 +216,7 @@ main (int argc, char **argv)
{
const char *url = NULL;
mailer_get_url_default (&url);
- mu_error (_("Creating mailer '%s' failed: %s"),
+ mu_error (_("Creating mailer `%s' failed: %s"),
url, mu_strerror (status));
mr_exit (status);
}
@@ -243,7 +243,7 @@ main (int argc, char **argv)
{
const char *url = NULL;
mailer_get_url_default (&url);
- mu_error (_("Opening mailer '%s' failed: %s"),
+ mu_error (_("Opening mailer `%s' failed: %s"),
url, mu_strerror (status));
mr_exit (status);
}

Return to:

Send suggestions and report system problems to the System administrator.