When sending an email manually so it can have multiple patches, point out
authorSmylers <Smylers@stripey.com>
Thu, 5 Sep 2013 01:39:33 +0000 (03:39 +0200)
committerJames E Keenan <jkeenan@cpan.org>
Thu, 5 Sep 2013 01:39:33 +0000 (03:39 +0200)
that Mutt can construct the email for you.

Obviously this isn't as generally relevant as the rest of the Guide, since
patchers will use many different mail clients. But it's a significant boon
for those who do use Mutt, and a very short addition to the Guide.

Mutt is singled out simply because it has this functionality; I suspect
that most other widely used mail clients don't.

Committer: Removed trailing whitespace.  Applied patch manually because other
lines in the file had been rebroken and patch no longer applied cleanly.

For: RT #119599

pod/perlhack.pod

index da9d0a3..94fd963 100644 (file)
@@ -90,7 +90,10 @@ editor window that opens.  Instead of sending the report, press 'f' to
 save the message to a file, then quit.
 
 Now create an email using the headers and body from the
-perlbug-generated file, and attach your patches.
+perlbug-generated file, and attach your patches. If you use Mutt, this
+command will do that:
+
+  % mutt -H perlbug.rep -a *.patch
 
 =item * Thank you