X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3b640c422bd716ab7246d72b1ea3b35dff533e29..02b87ac3a62664b19173721b9f109f4239e6a16c:/docs/contrib/replaliases?ds=sidebyside diff --git a/docs/contrib/replaliases b/docs/contrib/replaliases index a4ac6c7b..6848dc23 100644 --- a/docs/contrib/replaliases +++ b/docs/contrib/replaliases @@ -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' "$@" }