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.
-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:
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.
~/.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:
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"