]> diplodocus.org Git - nmh/blobdiff - docs/contrib/replaliases
Added check for successful decode of a different part with
[nmh] / docs / contrib / replaliases
index a4ac6c7b39cfb66367d8497863a140cf549a65c0..6848dc23a893c0410ca593f7e8aa092273511671 100644 (file)
@@ -54,25 +54,25 @@ rtm() {
 #### accept a calendar request
 calaccept() {
     repl -noformat -editor mhbuild \
-         -convertargs text/calendar '-reply accept -contenttype'
+         -convertargs text/calendar '-reply accept -contenttype' "$@"
 }
 
 #### decline a calendar request
 caldecline() {
     repl -noformat -editor mhbuild \
-         -convertargs text/calendar '-reply decline -contenttype'
+         -convertargs text/calendar '-reply decline -contenttype' "$@"
 }
 
 #### reply as tentative to a calendar request
 caltentative() {
     repl -noformat -editor mhbuild \
-         -convertargs text/calendar '-reply tentative -contenttype'
+         -convertargs text/calendar '-reply tentative -contenttype' "$@"
 }
 
 #### cancel a calendar request
 calcancel() {
     repl -noformat -editor mhbuild \
-         -convertargs text/calendar '-cancel -contenttype'
+         -convertargs text/calendar '-cancel -contenttype' "$@"
 }