X-Git-Url: https://git.madduck.net/code/mailplate.git/blobdiff_plain/6e4fcf8c9ae59036e5bd676aff41573872f9b058..cd0954bcb45c613fef37531f7dae0062f6a5497b:/README diff --git a/README b/README index 76fb2ef..b4d2938 100644 --- a/README +++ b/README @@ -3,14 +3,15 @@ mailplate README I decided that this script is fit for public consumption, so enjoy. You can find an example configuration and template files in -/usr/share/doc/mailplate/examples. +/usr/share/doc/mailplate/examples. Much more information can be found on the +mailplate homepage: http://madduck.net/code/mailplate/ -The tool will install defaults in your home directory in first invocation. +The tool will install defaults in your home directory on first invocation. I have the following settings in my muttrc and vimrc: ~/.mutt/muttrc: - set editor="~/.bin/mail/mailplate --edit --auto --keep-unknown" + set editor="mailplate --edit --auto --keep-unknown" ~/.mutt/keybindings: #TODO this is a hack until mailplate does not readd headers. @@ -18,7 +19,7 @@ I have the following settings in my muttrc and vimrc: macro index,pager e ':set my_editor="$editor":set editor=sensible-editor:set editor="$my_editor"' "invoke normal editor to edit message" ~/.vim/ftplugin/mail.vim: - nmap :w:%!mailplate --keep-unknowni --auto + nmap :w:%!mailplate --keep-unknown --auto nmap :w:%!mailplate --keep-unknown private nmap :w:%!mailplate --keep-unknown debian @@ -30,6 +31,6 @@ auto-detection. The source code is maintained in git, so if you want to contribute, use the following URL to clone: - http://git.madduck.net/bin/mailplate.git + http://git.madduck.net/code/mailplate.git -- martin f. krafft Sun, 30 Sep 2007 17:37:36 +0100