aboutsummaryrefslogtreecommitdiffstats
path: root/bin/discard
diff options
context:
space:
mode:
Diffstat (limited to 'bin/discard')
-rw-r--r--bin/discard5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/discard b/bin/discard
index 34cb811a..7a9b890b 100644
--- a/bin/discard
+++ b/bin/discard
@@ -1,6 +1,6 @@
#! @PYTHON@
#
-# Copyright (C) 2003 by the Free Software Foundation, Inc.
+# Copyright (C) 2003-2016 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -109,7 +109,8 @@ def main():
# No comment, no preserve, no forward, no forwarding address
mlist.HandleRequest(id, mm_cfg.DISCARD, '', False, False, '')
if not quiet:
- print C_('Discarded held msg #%(id)s for list %(listname)s')
+ print C_(
+ 'Discarded held msg #%(id)s for list %(listname)s')
mlist.Save()
finally:
mlist.Unlock()