]> err.no Git - eweouz/blob - README
Bump version number to 0.8
[eweouz] / README
1 eweouz -- bbdb-a-like, but talks to Evolution Data Server
2
3 do you use gnus or another emacs-based mail client and want
4 better integration with the rest of the GNOME desktop?  eweouz might
5 then be for you.
6
7 To use this, put something like:
8
9   (add-hook 'gnus-startup-hook 'eweouz-insinuate-gnus)
10   (add-hook 'mail-setup-hook 'eweouz-insinuate-sendmail)
11   (add-hook 'message-setup-hook 'eweouz-insinuate-message)
12
13 in your .emacs file.
14
15 If you use Wanderlust, use 
16
17   (add-hook 'wl-hook 'eweouz-insinuate-wl)
18
19 instead.
20
21 - C-tab gets mapped to completing email addresses in sendmail-mode and
22   message mode
23
24 - : in Gnus's summary mode gets mapped to adding the sender to your
25   address book
26
27 Feature suggestions, patches and general feedback is of course
28 welcome.  Patches in the form of a git branch against any of the ones
29 found on git://git.err.no/eweouz is preferred, but others are of
30 course also accepted.
31
32  -- Tollef Fog Heen <tfheen@err.no>