diff options
| author | David Bremner <david@tethera.net> | 2016-09-10 08:45:17 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-10 08:45:17 -0300 |
| commit | a88f545ad6b18eb609ace3f0fd3412bdaebe99ce (patch) | |
| tree | 98b2210444672d9014494bad6f424f218dcf2d28 | |
| parent | e2950f629367f768c4be125d74267843bbdf519e (diff) | |
add note about message-templ
| -rw-r--r-- | emacstips.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index e3187e5..04c8521 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -544,6 +544,17 @@ The last two do the same thing. See also the **Usage:** section in `gnus-alias.el`. +## Multiple identities (and more) with message-templ + +Another option for multiple identities is +[message-templ](http://pivot.cs.unb.ca/git?p=message-templ.git;a=summary) +(also a available in marmalade). This provides roughly the same +facilities as wanderlust's template facility. + +See +[example.emacs.el](http://pivot.cs.unb.ca/git?p=message-templ.git;a=blob;f=example.emacs.el;hb=HEAD) +for some simple examples of usage. + ## Resending (or bouncing) messages Add the following to your [notmuch init file](/notmuch-emacs#notmuch_init_file) to be able |
