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.
+ set editor="~/.bin/mail/mailplate --edit --auto --keep-unknown"
+ ]]></programlisting>
<para>mailplate currently has a bit of a limitation, or at least I have
not figured out a way how to work around it sensibly yet. If you re-edit
<para>mailplate currently has a bit of a limitation, or at least I have
not figured out a way how to work around it sensibly yet. If you re-edit
@@ -357,25+360,26 @@ and docbook-xsl in your Build-Depends control field.
pager, you probably also don’t want mailplate to get in the way. For
these cases, I currently use the following two keybindings:</para>
pager, you probably also don’t want mailplate to get in the way. For
these cases, I currently use the following two keybindings:</para>
- <!--TODO: verbatim
- <para>macro compose e ':set my_editor="$editor"<enter>:set editor=sensible-editor<enter><edit-headers>:set editor="$my_editor"<enter>' "invoke normal editor to edit message"</para>
- <para>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"</para>
- -->
+ <programlisting><![CDATA[
+ macro compose e ':set my_editor="$editor"<enter>:set editor=sensible-editor<enter><edit-headers>:set editor="$my_editor"<enter>' "invoke normal editor to edit message"
+ 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"
+ ]]></programlisting>
</refsect1>
<refsect1>
<title>VIM INTEGRATION</title>
</refsect1>
<refsect1>
<title>VIM INTEGRATION</title>
- <para>I am often editing a message with vim and find that I need to use
- a different identity. For this purpose, I have the following keybindings
- in my ~/.vimrc:</para>
+ <para>I am often editing a message with <application>vim</application> and
+ find that I need to use a different identity. For this purpose, I have