| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Using nndiary manually (I mean, writing the headers by hand and
so on) would be rather boring. Fortunately, there is a library called
gnus-diary written on top of nndiary, that does many
useful things for you.
In order to use it, add the following line to your `~/.gnus.el' file:
(require 'gnus-diary) |
Also, you shouldn't use any gnus-user-format-function-[d|D]
(see section 3.1.1 Summary Buffer Lines). gnus-diary provides both of these
(sorry if you used them before).
| 6.8.2.1 Diary Summary Line Format | A nicer summary buffer line format. | |
| 6.8.2.2 Diary Articles Sorting | A nicer way to sort messages. | |
| 6.8.2.3 Diary Headers Generation | Not doing it manually. | |
| 6.8.2.4 Diary Group Parameters | Not handling them manually. |