From 3a595aa79ae4d4d2239ac0a596abe88c863f0289 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Sun, 29 Jan 2006 22:19:40 +0000 Subject: - quilt/mail.in: + Add -m and --prefix options so that the mail command can be used without invoking an editor. + Verify that each message generated will have a unique subject. + Verify that the introduction has a subject header. + Fix a bug in the heuristic for adding recipients. + Add a heuristic for extracting subject headers + Clarify some messages. + Add a test case. + Update the documentation. --- po/quilt.pot | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) (limited to 'po/quilt.pot') diff --git a/po/quilt.pot b/po/quilt.pot index 0c47d2b..88841c3 100644 --- a/po/quilt.pot +++ b/po/quilt.pot @@ -256,8 +256,8 @@ msgid "" "\n" "--combine patch\n" "\tCreate a listing for all patches between this patch and\n" -"\tthe topmost applied patch. A patch name of \\\"-\\\" is equivalent\n" -"\tto specifying the first applied patch.\n" +"\tthe topmost or specified patch. A patch name of \\\"-\\\" is\n" +"\tequivalent to specifying the first applied patch.\n" "\n" msgstr "" @@ -482,8 +482,16 @@ msgid "" "\n" "Create mail messages from all patches in the series file, and either store\n" "them in a mailbox file, or send them immediately. The editor is opened\n" -"with a template for the introductory message. Please see the file\n" -"%s for details.\n" +"with a template for the introduction. Please see %s for details.\n" +"\n" +"-m text\n" +"\tText to use as the text in the introduction. When this option is\n" +"\tused, the editor will not be invoked, and the patches will be\n" +"\tprocessed immediately.\n" +"\n" +"--prefix prefix\n" +"\tUse an alternate prefix in the bracketed part of the subjects\n" +"\tgenerated. Defaults to \\`patch'.\n" "\n" "--mbox file\n" "\tStore all messages in the specified file in mbox format. The mbox\n" @@ -504,10 +512,30 @@ msgid "" "\tAppend a recipient to the To, Cc, or Bcc header.\n" msgstr "" -#: quilt/mail.in:145 +#: quilt/mail.in:161 msgid "Could not determine the envelope sender address. Please use --sender." msgstr "" +#: quilt/mail.in:294 +msgid "Unable to extract a subject header from %s\\n" +msgstr "" + +#: quilt/mail.in:307 +msgid "Patches %s have duplicate subject headers.\\n" +msgstr "" + +#: quilt/mail.in:349 +msgid "Introduction has no subject header (saved as %s)\\n" +msgstr "" + +#: quilt/mail.in:352 +msgid "Introduction has no subject header\\n" +msgstr "" + +#: quilt/mail.in:439 +msgid "Introduction saved as %s\\n" +msgstr "" + #: quilt/new.in:22 msgid "Usage: quilt new {patchname}\\n" msgstr "" -- cgit