summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-08-25 20:44:24 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-08-25 20:44:24 +0300
commit9813be458d631d21b05164e794a9ab335eb00c96 (patch)
tree865cec9aee3e6dd0dbee7d6a4d3e0adcb377e418 /frm
parent2141acfb58732dab8cdb6ffff18550c0ebf016b5 (diff)
downloadmailutils-9813be458d631d21b05164e794a9ab335eb00c96.tar.gz
mailutils-9813be458d631d21b05164e794a9ab335eb00c96.tar.bz2
Minor improvements in comsat and frm
* comsat/action.c (action_exec): Remove `line' argument. Do not explicitly add locus to the messages. (run_user_action): Add locus to diagnostics mu_debug_t, so it is prepended to all diagnostic messages automatically. * comsat/comsat.c: Improve help output * frm/frm.c (attr_help): Remove unnecessary variable.
Diffstat (limited to 'frm')
-rw-r--r--frm/frm.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/frm/frm.c b/frm/frm.c
index 30483e838..a4dc0960f 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -46,13 +46,6 @@ static struct attr_tab {
{ NULL }
};
-static char attr_help[] =
-/* TRANSLATORS: Please do *not* translate the words "new", "unread",
- "old" and "read". They are keywords. */
-N_("select messages with the specific attribute: \
-new, unread, old (same as unread) or read (or any unambiguous \
-abbreviation of these)");
-
/* Attribute table handling */
@@ -127,10 +120,16 @@ static struct argp_option options[] = {
{"field", 'f', N_("NAME"), 0, N_("header field to display"), 0},
{"to", 'l', NULL, 0, N_("include the To: information"), 0},
{"number", 'n', NULL, 0, N_("display message numbers"), 0},
- {"Quiet", 'Q', NULL, 0, N_("very quiet"), 0},
+ {"Quiet", 'Q', NULL, 0, N_("do not display headers"), 0},
{"query", 'q', NULL, 0, N_("print a message if the mailbox contains some unread mail"), 0},
{"summary",'S', NULL, 0, N_("print a summary of messages"), 0},
- {"status", 's', N_("STATUS"), 0, attr_help, 0},
+ {"status", 's', N_("STATUS"), 0,
+ /* TRANSLATORS: Please do *not* translate the words "new", "unread",
+ "old" and "read". They are keywords. */
+ N_("select messages with the specific attribute:"
+ " new, unread, old (same as unread) or read (or any unambiguous"
+ " abbreviation of these)"),
+ 0},
{"align", 't', NULL, 0, N_("tidy mode: align subject lines"), 0},
{0, 0, 0, 0}
};

Return to:

Send suggestions and report system problems to the System administrator.