blob: 08503a2b5b4bd68e81191ca15310086abb6a9afa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
imagesdir = $(datadir)/images/evolution
images_DATA = \
configure_16_addressbook.xpm \
configure_16_calendar.xpm \
configure_16_folder.xpm \
configure_16_mail.xpm \
copy_16_message.xpm \
edit.xpm \
encrypt.xpm \
folder.xpm \
forward.xpm \
import.png \
import.xpm \
move_message.xpm \
offline.png \
online.png \
print.xpm \
print-preview.xpm \
reply.xpm \
reply_to_all.xpm \
save.xpm \
all_contacts.xpm \
find_contact.xpm \
find_message.xpm \
briefcase.png \
butterfly.png \
cellphone.png \
delete_message.xpm \
compose-message.png \
envelope.png \
evolution-calendar-mini.png \
evolution-calendar.png \
evolution-contacts-mini.png \
evolution-contacts-plain.png \
evolution-contacts.png \
evolution-inbox-mini.png \
evolution-inbox.png \
evolution-notes-mini.png \
evolution-notes.png \
evolution-tasks-mini.png \
evolution-tasks.png \
evolution-today-mini.png \
evolution-today.png \
evolution-trash-mini.png \
evolution-trash.png \
executive-summary-bg.png \
executive-summary-curve.png \
globe.png \
hide_deleted_messages.xpm \
hide_read_messages.xpm \
hide_selected_messages.xpm \
house.png \
malehead.png \
new_appointment.xpm \
new_contact.xpm \
new-message.xpm \
send-receive.xpm \
service-close.png \
service-configure.png \
service-down.png \
service-down-disabled.png \
service-left.png \
service-left-disabled.png \
service-right.png \
service-right-disabled.png \
service-up.png \
service-up-disabled.png \
show_all_messages.xpm \
splash.png \
undelete_message.xpm \
work_offline.xpm
buttonsdir = $(datadir)/images/evolution/buttons
buttons_DATA = \
add-service.png \
compose-message.png \
copy-message.png \
dayview.xpm \
fetch-mail.png \
forward.png \
monthview.xpm \
move-message.png \
new_appointment.png \
reply.png \
reply-to-all.png \
send-24-receive.png \
weekview.xpm \
workweekview.xpm \
yearview.xpm
conduitsdir = $(datadir)/images/evolution/conduits
conduits_DATA = \
evo-16-address-conduit.png \
evo-16-todo-conduit.png \
evo-16-calendar-conduit.png \
evo-48-calendar-conduit.png \
evo-48-address-conduit.png \
evo-48-todo-conduit.png
appicondir = $(datadir)/pixmaps
appicon_DATA = evolution.png
EXTRA_DIST = \
attachment.xpm \
bell.xpm \
check-filled.xpm \
empty.xpm \
jump.xpm \
mail-new.xpm \
mail-read.xpm \
mail-replied.xpm \
mark.xpm \
meeting.xpm \
priority-high.xpm \
priority-low.xpm \
recur.xpm \
score-higher.xpm \
score-highest.xpm \
score-high.xpm \
score-lower.xpm \
score-lowest.xpm \
score-low.xpm \
score-normal.xpm \
task-assigned-to.xpm \
task-assigned.xpm \
task-recurring.xpm \
task.xpm \
tree-expanded.xpm \
tree-unexpanded.xpm \
$(images_DATA) \
$(buttons_DATA) \
$(conduits_DATA) \
$(appicon_DATA)
|