]> diplodocus.org Git - nmh/commitdiff
Added rtm alias.
authorDavid Levine <levinedl@acm.org>
Mon, 29 Dec 2014 13:44:38 +0000 (07:44 -0600)
committerDavid Levine <levinedl@acm.org>
Mon, 29 Dec 2014 13:44:38 +0000 (07:44 -0600)
docs/contrib/replaliases

index 602abb88a7f58eed3ba13a12cd8d049b3cfd17a5..767e522e9e68d1f2b8fc303571d61a8e42dc0efe 100644 (file)
@@ -37,6 +37,20 @@ rt() {
 }
 
 
 }
 
 
+#### Add -editor mhbuild to above.  Useful only when attachments
+#### won't be added to the message.
+####
+#### To ease editing at the What now? prompt, add a line like this to
+#### your .mh_profile:
+####     mhbuild-next: $EDITOR
+#### assuming that your EDTIOR environment variable is set; if not,
+#### replace $EDITOR above with the name of your editor.  Without that
+#### profile entry, enter "e[dit] $EDITOR" at the What now? prompt.
+rtm() {
+    rt -editor mhbuild "$@"
+}
+
+
 # Local Variables:
 # mode: sh
 # End:
 # Local Variables:
 # mode: sh
 # End: