[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[mhc:02067] Re: [snap20050320] Many Icons are Left Unused
Message-Id: <20050322.144256.28797569.koie@xxxxxxxxxxxxxxxxx>
Date: Tue, 22 Mar 2005 14:42:56 +0900 (JST)
From: KOIE Hidetaka <hide@xxxxxxxx>
Subject: [mhc:02064] Re: [snap20050320] Many Icons are Left Unuse..
| | It looks as if this is a bug that can be fixed by editing mhc-summary.el
| | accordingly.
|
| Example for using Birthday icon:
|
| X-SC-Subject: My Birthday
| X-SC-Category: Birthday Private
| X-SC-Duration: 20050101-
| X-SC-Cond: 1 Jan
|
And, put the following in ~/.emacs:
(setq mhc-e21-icon-alist
'(
("Anniversary" . "Anniversary.xpm")
("Birthday" . "Birthday.xpm")
("Business" . "Business.xpm")
("Conflict" . "Conflict.xpm")
("Date" . "Date.xpm")
("Done" . "CheckedBox.xpm")
("Holiday" . "Holiday.xpm")
("Party" . "Party.xpm")
("Private" . "Private.xpm")
("Suri" . "Suri.xpm")
("Todo" . "CheckBox.xpm")
("Vacation" . "Vacation.xpm")
("Link" . "Link.xpm")
))
I dont know why it's not fixed.
--
KOIE Hidetaka <hide@xxxxxxxx>