]> git.madduck.net Git - code/mailplate.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix urls
authormartin f. krafft <madduck@madduck.net>
Sun, 7 Oct 2007 16:19:42 +0000 (17:19 +0100)
committermartin f. krafft <madduck@madduck.net>
Sun, 7 Oct 2007 16:19:42 +0000 (17:19 +0100)
README

diff --git a/README b/README
index 76fb2ef2110a73106ff0c1c9da1996a23ba07e0c..b4d2938e6dec075161240cccc51cee1f3c8f0be9 100644 (file)
--- 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"<enter>:set editor=sensible-editor<enter><edit>:set editor="$my_editor"<enter>' "invoke normal editor to edit message"
 
 ~/.vim/ftplugin/mail.vim:
-  nmap <buffer> <F1>      :w<CR>:%!mailplate --keep-unknowni --auto<CR>
+  nmap <buffer> <F1>      :w<CR>:%!mailplate --keep-unknown --auto<CR>
   nmap <buffer> <C-P><F1> :w<CR>:%!mailplate --keep-unknown private<CR>
   nmap <buffer> <C-P><F2> :w<CR>:%!mailplate --keep-unknown debian<CR>
 
@@ -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 <madduck@madduck.net>  Sun, 30 Sep 2007 17:37:36 +0100