Add bug report from Will Berriss
[email-reminder.git] / issues / i_129c9dee.cil
blobe4b11b1a85ff2f866a402cdc8cd340e9d07a7e5a
1 Summary: yearless events no longer work
2 Status: New
3 CreatedBy: Will Berriss <will@berriss.co.uk>
4 AssignedTo: Francois Marier <francois@debian.org>
5 Inserted: 2010-01-31T05:06:55
6 Updated: 2010-01-31T05:09:36
8 I am using email-reminder v0.7.5 in Ubuntu v9.04 (64-bit) and
9 have found that my entries for family birthdays that do not have a YEAR
10 do not work at all, but they did in the past.  Adding a year makes them
11 work, but I don't know the year so I don't want to add it in.
13 e.g. This fails:
15  <event type="birthday">
16   <name>Bob Smith</name>
17   <day>21</day>
18   <month>1</month>
19   <year/>
20   <reminders><reminder type="same day"/><reminder type="days
21 before">14</reminder></reminders>
22   </event>
24 as does this:
26  <event type="birthday">
27   <name>Bob Smith</name>
28   <day>21</day>
29   <month>1</month>
30   <reminders><reminder type="same day"/><reminder type="days
31 before">14</reminder></reminders>
32   </event>
34 Can it be made to work as I don't really want to call it a yearly event.
35 I tend to edit the text file by hand rather than using the editor, as I
36 prefer that, so if it could cope with such things that would be great.
38 Anyway, I did try the yearly event instead as a test, and for this
39 I even used the GUI editor. Although the editor works, it was not obvious
40 it was working since when I entered the date 30-01 in the editor, the text
41 disappeared as soon as I hit enter or clicked elsewhere.  Anyway, it did
42 save the following entry at least:
44 <event type="yearly"><name>Hols</name><reminders><reminder type="same
45 day"/></reminders><day>30</day><month>01</month><year></year></event></events>
47 but that's not ideal as I like to give 7 days and 14 days notice of
48 this, hence I prefer to edit by hand. :)
50 Oh, in the editor it's not obvious that one should type 30-01 or 01-30
51 for the 30th January.
53 Anyway, could the birthday event type be made to work even when no year is
54 specified, like it used to? That would be great.