summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-10-06 09:25:43 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-10-06 09:30:17 +0300
commit8b8f29eb6485e5ab09e2215d595fbbf45c27c97b (patch)
treed05da6015241bcb3d7d3127bbed3e0b1ca1a30cd /mail
parent296d0bc958142cafe0e839cd43236c14c8310ee2 (diff)
downloadmailutils-8b8f29eb6485e5ab09e2215d595fbbf45c27c97b.tar.gz
mailutils-8b8f29eb6485e5ab09e2215d595fbbf45c27c97b.tar.bz2
Bugfixes
* mh/rmf.c (current_folder_path): Treat name as folder while expanding. * mail/unset.c (mail_unset): Fix the behavior when no arguments were given.
Diffstat (limited to 'mail')
-rw-r--r--mail/unset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/unset.c b/mail/unset.c
index d829ef944..45526b155 100644
--- a/mail/unset.c
+++ b/mail/unset.c
@@ -26,7 +26,7 @@ mail_unset (int argc, char **argv)
{
if (argc < 2)
{
- mailvar_print (0);
+ mailvar_print (1);
return 0;
}
else

Return to:

Send suggestions and report system problems to the System administrator.