summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kmicromail/addresspickerui.ui3
-rw-r--r--kmicromail/composemailui.ui1
-rw-r--r--kmicromail/editaccountsui.ui1
-rw-r--r--kmicromail/imapconfigui.ui1
-rw-r--r--kmicromail/newmaildirui.ui1
-rw-r--r--kmicromail/nntpconfigui.ui3
-rw-r--r--kmicromail/nntpgroupsui.ui13
-rw-r--r--kmicromail/pop3configui.ui1
-rw-r--r--kmicromail/selectmailtypeui.ui3
-rw-r--r--kmicromail/selectstoreui.ui3
-rw-r--r--kmicromail/smtpconfigui.ui3
-rw-r--r--kmicromail/tr.h2
12 files changed, 29 insertions, 6 deletions
diff --git a/kmicromail/addresspickerui.ui b/kmicromail/addresspickerui.ui
index 2e37eac..b2aadc9 100644
--- a/kmicromail/addresspickerui.ui
+++ b/kmicromail/addresspickerui.ui
@@ -1,86 +1,87 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>AddressPickerUI</class> 2<class>AddressPickerUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>AddressPickerUI</cstring> 8 <cstring>AddressPickerUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>282</width> 15 <width>278</width>
15 <height>320</height> 16 <height>320</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Address Picker</string> 21 <string>Address Picker</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <grid> 29 <grid>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>4</number> 32 <number>4</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>3</number> 36 <number>3</number>
36 </property> 37 </property>
37 <widget row="0" column="0" rowspan="1" colspan="2" > 38 <widget row="0" column="0" rowspan="1" colspan="2" >
38 <class>QListBox</class> 39 <class>QListBox</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>addressList</cstring> 42 <cstring>addressList</cstring>
42 </property> 43 </property>
43 <property stdset="1"> 44 <property stdset="1">
44 <name>selectionMode</name> 45 <name>selectionMode</name>
45 <enum>Multi</enum> 46 <enum>Multi</enum>
46 </property> 47 </property>
47 </widget> 48 </widget>
48 <widget row="1" column="0" > 49 <widget row="1" column="0" >
49 <class>QPushButton</class> 50 <class>QPushButton</class>
50 <property stdset="1"> 51 <property stdset="1">
51 <name>name</name> 52 <name>name</name>
52 <cstring>okButton</cstring> 53 <cstring>okButton</cstring>
53 </property> 54 </property>
54 <property stdset="1"> 55 <property stdset="1">
55 <name>minimumSize</name> 56 <name>minimumSize</name>
56 <size> 57 <size>
57 <width>10</width> 58 <width>10</width>
58 <height>0</height> 59 <height>0</height>
59 </size> 60 </size>
60 </property> 61 </property>
61 <property stdset="1"> 62 <property stdset="1">
62 <name>text</name> 63 <name>text</name>
63 <string>Ok</string> 64 <string>Ok</string>
64 </property> 65 </property>
65 </widget> 66 </widget>
66 <widget row="1" column="1" > 67 <widget row="1" column="1" >
67 <class>QPushButton</class> 68 <class>QPushButton</class>
68 <property stdset="1"> 69 <property stdset="1">
69 <name>name</name> 70 <name>name</name>
70 <cstring>cancelButton</cstring> 71 <cstring>cancelButton</cstring>
71 </property> 72 </property>
72 <property stdset="1"> 73 <property stdset="1">
73 <name>minimumSize</name> 74 <name>minimumSize</name>
74 <size> 75 <size>
75 <width>10</width> 76 <width>10</width>
76 <height>0</height> 77 <height>0</height>
77 </size> 78 </size>
78 </property> 79 </property>
79 <property stdset="1"> 80 <property stdset="1">
80 <name>text</name> 81 <name>text</name>
81 <string>Cancel</string> 82 <string>Cancel</string>
82 </property> 83 </property>
83 </widget> 84 </widget>
84 </grid> 85 </grid>
85</widget> 86</widget>
86</UI> 87</UI>
diff --git a/kmicromail/composemailui.ui b/kmicromail/composemailui.ui
index d566985..0a5a750 100644
--- a/kmicromail/composemailui.ui
+++ b/kmicromail/composemailui.ui
@@ -1,98 +1,99 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>ComposeMailUI</class> 2<class>ComposeMailUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>ComposeMailUI</cstring> 8 <cstring>ComposeMailUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>276</width> 15 <width>276</width>
15 <height>262</height> 16 <height>262</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Compose Message</string> 21 <string>Compose Message</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <grid> 29 <grid>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>2</number> 32 <number>2</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>1</number> 36 <number>1</number>
36 </property> 37 </property>
37 <widget row="1" column="0" rowspan="1" colspan="4" > 38 <widget row="1" column="0" rowspan="1" colspan="4" >
38 <class>QTabWidget</class> 39 <class>QTabWidget</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>tabWidget</cstring> 42 <cstring>tabWidget</cstring>
42 </property> 43 </property>
43 <property> 44 <property>
44 <name>layoutMargin</name> 45 <name>layoutMargin</name>
45 </property> 46 </property>
46 <property> 47 <property>
47 <name>layoutSpacing</name> 48 <name>layoutSpacing</name>
48 </property> 49 </property>
49 <widget> 50 <widget>
50 <class>QWidget</class> 51 <class>QWidget</class>
51 <property stdset="1"> 52 <property stdset="1">
52 <name>name</name> 53 <name>name</name>
53 <cstring>mailTab</cstring> 54 <cstring>mailTab</cstring>
54 </property> 55 </property>
55 <attribute> 56 <attribute>
56 <name>title</name> 57 <name>title</name>
57 <string>Mail</string> 58 <string>Mail</string>
58 </attribute> 59 </attribute>
59 <vbox> 60 <vbox>
60 <property stdset="1"> 61 <property stdset="1">
61 <name>margin</name> 62 <name>margin</name>
62 <number>1</number> 63 <number>1</number>
63 </property> 64 </property>
64 <property stdset="1"> 65 <property stdset="1">
65 <name>spacing</name> 66 <name>spacing</name>
66 <number>1</number> 67 <number>1</number>
67 </property> 68 </property>
68 <widget> 69 <widget>
69 <class>QLayoutWidget</class> 70 <class>QLayoutWidget</class>
70 <property stdset="1"> 71 <property stdset="1">
71 <name>name</name> 72 <name>name</name>
72 <cstring>Layout10</cstring> 73 <cstring>Layout10</cstring>
73 </property> 74 </property>
74 <property> 75 <property>
75 <name>layoutSpacing</name> 76 <name>layoutSpacing</name>
76 </property> 77 </property>
77 <grid> 78 <grid>
78 <property stdset="1"> 79 <property stdset="1">
79 <name>margin</name> 80 <name>margin</name>
80 <number>0</number> 81 <number>0</number>
81 </property> 82 </property>
82 <property stdset="1"> 83 <property stdset="1">
83 <name>spacing</name> 84 <name>spacing</name>
84 <number>1</number> 85 <number>1</number>
85 </property> 86 </property>
86 <widget row="0" column="1" > 87 <widget row="0" column="1" >
87 <class>QLayoutWidget</class> 88 <class>QLayoutWidget</class>
88 <property stdset="1"> 89 <property stdset="1">
89 <name>name</name> 90 <name>name</name>
90 <cstring>Layout9</cstring> 91 <cstring>Layout9</cstring>
91 </property> 92 </property>
92 <property> 93 <property>
93 <name>layoutSpacing</name> 94 <name>layoutSpacing</name>
94 </property> 95 </property>
95 <grid> 96 <grid>
96 <property stdset="1"> 97 <property stdset="1">
97 <name>margin</name> 98 <name>margin</name>
98 <number>0</number> 99 <number>0</number>
diff --git a/kmicromail/editaccountsui.ui b/kmicromail/editaccountsui.ui
index d86f145..c8bbc19 100644
--- a/kmicromail/editaccountsui.ui
+++ b/kmicromail/editaccountsui.ui
@@ -1,98 +1,99 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>EditAccountsUI</class> 2<class>EditAccountsUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>EditAccountsUI</cstring> 8 <cstring>EditAccountsUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>260</width> 15 <width>260</width>
15 <height>320</height> 16 <height>320</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Configure Accounts</string> 21 <string>Configure Accounts</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>0</number> 32 <number>0</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>0</number> 36 <number>0</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QTabWidget</class> 39 <class>QTabWidget</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>configTab</cstring> 42 <cstring>configTab</cstring>
42 </property> 43 </property>
43 <property> 44 <property>
44 <name>layoutMargin</name> 45 <name>layoutMargin</name>
45 </property> 46 </property>
46 <property> 47 <property>
47 <name>layoutSpacing</name> 48 <name>layoutSpacing</name>
48 </property> 49 </property>
49 <widget> 50 <widget>
50 <class>QWidget</class> 51 <class>QWidget</class>
51 <property stdset="1"> 52 <property stdset="1">
52 <name>name</name> 53 <name>name</name>
53 <cstring>mailTab</cstring> 54 <cstring>mailTab</cstring>
54 </property> 55 </property>
55 <attribute> 56 <attribute>
56 <name>title</name> 57 <name>title</name>
57 <string>Mail</string> 58 <string>Mail</string>
58 </attribute> 59 </attribute>
59 <grid> 60 <grid>
60 <property stdset="1"> 61 <property stdset="1">
61 <name>margin</name> 62 <name>margin</name>
62 <number>4</number> 63 <number>4</number>
63 </property> 64 </property>
64 <property stdset="1"> 65 <property stdset="1">
65 <name>spacing</name> 66 <name>spacing</name>
66 <number>3</number> 67 <number>3</number>
67 </property> 68 </property>
68 <widget row="1" column="2" > 69 <widget row="1" column="2" >
69 <class>QPushButton</class> 70 <class>QPushButton</class>
70 <property stdset="1"> 71 <property stdset="1">
71 <name>name</name> 72 <name>name</name>
72 <cstring>deleteMail</cstring> 73 <cstring>deleteMail</cstring>
73 </property> 74 </property>
74 <property stdset="1"> 75 <property stdset="1">
75 <name>text</name> 76 <name>text</name>
76 <string>Delete</string> 77 <string>Delete</string>
77 </property> 78 </property>
78 </widget> 79 </widget>
79 <widget row="1" column="0" > 80 <widget row="1" column="0" >
80 <class>QPushButton</class> 81 <class>QPushButton</class>
81 <property stdset="1"> 82 <property stdset="1">
82 <name>name</name> 83 <name>name</name>
83 <cstring>newMail</cstring> 84 <cstring>newMail</cstring>
84 </property> 85 </property>
85 <property stdset="1"> 86 <property stdset="1">
86 <name>text</name> 87 <name>text</name>
87 <string>New</string> 88 <string>New</string>
88 </property> 89 </property>
89 </widget> 90 </widget>
90 <widget row="0" column="0" rowspan="1" colspan="3" > 91 <widget row="0" column="0" rowspan="1" colspan="3" >
91 <class>QListView</class> 92 <class>QListView</class>
92 <property stdset="1"> 93 <property stdset="1">
93 <name>name</name> 94 <name>name</name>
94 <cstring>mailList</cstring> 95 <cstring>mailList</cstring>
95 </property> 96 </property>
96 <property stdset="1"> 97 <property stdset="1">
97 <name>sizePolicy</name> 98 <name>sizePolicy</name>
98 <sizepolicy> 99 <sizepolicy>
diff --git a/kmicromail/imapconfigui.ui b/kmicromail/imapconfigui.ui
index d24c9ea..0ed7a1c 100644
--- a/kmicromail/imapconfigui.ui
+++ b/kmicromail/imapconfigui.ui
@@ -1,98 +1,99 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>IMAPconfigUI</class> 2<class>IMAPconfigUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>IMAPconfigUI</cstring> 8 <cstring>IMAPconfigUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>269</width> 15 <width>269</width>
15 <height>388</height> 16 <height>388</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Configure IMAP</string> 21 <string>Configure IMAP</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>3</number> 32 <number>3</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>1</number> 36 <number>1</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QLayoutWidget</class> 39 <class>QLayoutWidget</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>Layout22</cstring> 42 <cstring>Layout22</cstring>
42 </property> 43 </property>
43 <hbox> 44 <hbox>
44 <property stdset="1"> 45 <property stdset="1">
45 <name>margin</name> 46 <name>margin</name>
46 <number>0</number> 47 <number>0</number>
47 </property> 48 </property>
48 <property stdset="1"> 49 <property stdset="1">
49 <name>spacing</name> 50 <name>spacing</name>
50 <number>6</number> 51 <number>6</number>
51 </property> 52 </property>
52 <widget> 53 <widget>
53 <class>QLabel</class> 54 <class>QLabel</class>
54 <property stdset="1"> 55 <property stdset="1">
55 <name>name</name> 56 <name>name</name>
56 <cstring>accountLabel</cstring> 57 <cstring>accountLabel</cstring>
57 </property> 58 </property>
58 <property stdset="1"> 59 <property stdset="1">
59 <name>text</name> 60 <name>text</name>
60 <string>Account</string> 61 <string>Account</string>
61 </property> 62 </property>
62 </widget> 63 </widget>
63 <widget> 64 <widget>
64 <class>QLineEdit</class> 65 <class>QLineEdit</class>
65 <property stdset="1"> 66 <property stdset="1">
66 <name>name</name> 67 <name>name</name>
67 <cstring>accountLine</cstring> 68 <cstring>accountLine</cstring>
68 </property> 69 </property>
69 <property> 70 <property>
70 <name>toolTip</name> 71 <name>toolTip</name>
71 <string>Name of the Account</string> 72 <string>Name of the Account</string>
72 </property> 73 </property>
73 </widget> 74 </widget>
74 </hbox> 75 </hbox>
75 </widget> 76 </widget>
76 <widget> 77 <widget>
77 <class>Line</class> 78 <class>Line</class>
78 <property stdset="1"> 79 <property stdset="1">
79 <name>name</name> 80 <name>name</name>
80 <cstring>line1</cstring> 81 <cstring>line1</cstring>
81 </property> 82 </property>
82 <property stdset="1"> 83 <property stdset="1">
83 <name>orientation</name> 84 <name>orientation</name>
84 <enum>Horizontal</enum> 85 <enum>Horizontal</enum>
85 </property> 86 </property>
86 </widget> 87 </widget>
87 <widget> 88 <widget>
88 <class>QLayoutWidget</class> 89 <class>QLayoutWidget</class>
89 <property stdset="1"> 90 <property stdset="1">
90 <name>name</name> 91 <name>name</name>
91 <cstring>Layout23</cstring> 92 <cstring>Layout23</cstring>
92 </property> 93 </property>
93 <hbox> 94 <hbox>
94 <property stdset="1"> 95 <property stdset="1">
95 <name>margin</name> 96 <name>margin</name>
96 <number>0</number> 97 <number>0</number>
97 </property> 98 </property>
98 <property stdset="1"> 99 <property stdset="1">
diff --git a/kmicromail/newmaildirui.ui b/kmicromail/newmaildirui.ui
index 72b2d04..2ffb25c 100644
--- a/kmicromail/newmaildirui.ui
+++ b/kmicromail/newmaildirui.ui
@@ -1,98 +1,99 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>Newmdirdlgui</class> 2<class>Newmdirdlgui</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>newmdirdlg</cstring> 8 <cstring>newmdirdlg</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>223</width> 15 <width>223</width>
15 <height>110</height> 16 <height>110</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Enter directory name</string> 21 <string>Enter directory name</string>
21 </property> 22 </property>
22 <vbox> 23 <vbox>
23 <property stdset="1"> 24 <property stdset="1">
24 <name>margin</name> 25 <name>margin</name>
25 <number>11</number> 26 <number>11</number>
26 </property> 27 </property>
27 <property stdset="1"> 28 <property stdset="1">
28 <name>spacing</name> 29 <name>spacing</name>
29 <number>6</number> 30 <number>6</number>
30 </property> 31 </property>
31 <widget> 32 <widget>
32 <class>QLayoutWidget</class> 33 <class>QLayoutWidget</class>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>name</name> 35 <name>name</name>
35 <cstring>Layout5</cstring> 36 <cstring>Layout5</cstring>
36 </property> 37 </property>
37 <grid> 38 <grid>
38 <property stdset="1"> 39 <property stdset="1">
39 <name>margin</name> 40 <name>margin</name>
40 <number>0</number> 41 <number>0</number>
41 </property> 42 </property>
42 <property stdset="1"> 43 <property stdset="1">
43 <name>spacing</name> 44 <name>spacing</name>
44 <number>6</number> 45 <number>6</number>
45 </property> 46 </property>
46 <widget row="0" column="0" > 47 <widget row="0" column="0" >
47 <class>QLabel</class> 48 <class>QLabel</class>
48 <property stdset="1"> 49 <property stdset="1">
49 <name>name</name> 50 <name>name</name>
50 <cstring>dirnameLabel</cstring> 51 <cstring>dirnameLabel</cstring>
51 </property> 52 </property>
52 <property stdset="1"> 53 <property stdset="1">
53 <name>text</name> 54 <name>text</name>
54 <string>Directory name:</string> 55 <string>Directory name:</string>
55 </property> 56 </property>
56 </widget> 57 </widget>
57 <widget row="0" column="1" > 58 <widget row="0" column="1" >
58 <class>QLineEdit</class> 59 <class>QLineEdit</class>
59 <property stdset="1"> 60 <property stdset="1">
60 <name>name</name> 61 <name>name</name>
61 <cstring>dirnameEdit</cstring> 62 <cstring>dirnameEdit</cstring>
62 </property> 63 </property>
63 </widget> 64 </widget>
64 </grid> 65 </grid>
65 </widget> 66 </widget>
66 <widget> 67 <widget>
67 <class>QCheckBox</class> 68 <class>QCheckBox</class>
68 <property stdset="1"> 69 <property stdset="1">
69 <name>name</name> 70 <name>name</name>
70 <cstring>subdirsPossibleBox</cstring> 71 <cstring>subdirsPossibleBox</cstring>
71 </property> 72 </property>
72 <property stdset="1"> 73 <property stdset="1">
73 <name>text</name> 74 <name>text</name>
74 <string>Directory contains other subdirs</string> 75 <string>Directory contains other subdirs</string>
75 </property> 76 </property>
76 </widget> 77 </widget>
77 <spacer> 78 <spacer>
78 <property> 79 <property>
79 <name>name</name> 80 <name>name</name>
80 <cstring>Spacer4</cstring> 81 <cstring>Spacer4</cstring>
81 </property> 82 </property>
82 <property stdset="1"> 83 <property stdset="1">
83 <name>orientation</name> 84 <name>orientation</name>
84 <enum>Vertical</enum> 85 <enum>Vertical</enum>
85 </property> 86 </property>
86 <property stdset="1"> 87 <property stdset="1">
87 <name>sizeType</name> 88 <name>sizeType</name>
88 <enum>Expanding</enum> 89 <enum>Expanding</enum>
89 </property> 90 </property>
90 <property> 91 <property>
91 <name>sizeHint</name> 92 <name>sizeHint</name>
92 <size> 93 <size>
93 <width>20</width> 94 <width>20</width>
94 <height>20</height> 95 <height>20</height>
95 </size> 96 </size>
96 </property> 97 </property>
97 </spacer> 98 </spacer>
98 </vbox> 99 </vbox>
diff --git a/kmicromail/nntpconfigui.ui b/kmicromail/nntpconfigui.ui
index 16ff6fc..95b1226 100644
--- a/kmicromail/nntpconfigui.ui
+++ b/kmicromail/nntpconfigui.ui
@@ -1,110 +1,111 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>NNTPconfigUI</class> 2<class>NNTPconfigUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>NNTPconfigUI</cstring> 8 <cstring>NNTPconfigUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>268</width> 15 <width>266</width>
15 <height>347</height> 16 <height>347</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Configure NNTP</string> 21 <string>Configure NNTP</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>2</number> 32 <number>2</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>3</number> 36 <number>3</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QTabWidget</class> 39 <class>QTabWidget</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>TabWidget2</cstring> 42 <cstring>TabWidget2</cstring>
42 </property> 43 </property>
43 <property> 44 <property>
44 <name>layoutMargin</name> 45 <name>layoutMargin</name>
45 </property> 46 </property>
46 <property> 47 <property>
47 <name>layoutSpacing</name> 48 <name>layoutSpacing</name>
48 </property> 49 </property>
49 <widget> 50 <widget>
50 <class>QWidget</class> 51 <class>QWidget</class>
51 <property stdset="1"> 52 <property stdset="1">
52 <name>name</name> 53 <name>name</name>
53 <cstring>tab</cstring> 54 <cstring>tab</cstring>
54 </property> 55 </property>
55 <attribute> 56 <attribute>
56 <name>title</name> 57 <name>title</name>
57 <string>Account</string> 58 <string>Account</string>
58 </attribute> 59 </attribute>
59 <grid> 60 <grid>
60 <property stdset="1"> 61 <property stdset="1">
61 <name>margin</name> 62 <name>margin</name>
62 <number>3</number> 63 <number>3</number>
63 </property> 64 </property>
64 <property stdset="1"> 65 <property stdset="1">
65 <name>spacing</name> 66 <name>spacing</name>
66 <number>3</number> 67 <number>3</number>
67 </property> 68 </property>
68 <widget row="2" column="1" > 69 <widget row="2" column="1" >
69 <class>QLineEdit</class> 70 <class>QLineEdit</class>
70 <property stdset="1"> 71 <property stdset="1">
71 <name>name</name> 72 <name>name</name>
72 <cstring>serverLine</cstring> 73 <cstring>serverLine</cstring>
73 </property> 74 </property>
74 </widget> 75 </widget>
75 <widget row="3" column="0" > 76 <widget row="3" column="0" >
76 <class>QLabel</class> 77 <class>QLabel</class>
77 <property stdset="1"> 78 <property stdset="1">
78 <name>name</name> 79 <name>name</name>
79 <cstring>portLabel</cstring> 80 <cstring>portLabel</cstring>
80 </property> 81 </property>
81 <property stdset="1"> 82 <property stdset="1">
82 <name>text</name> 83 <name>text</name>
83 <string>Port</string> 84 <string>Port</string>
84 </property> 85 </property>
85 </widget> 86 </widget>
86 <widget row="3" column="1" > 87 <widget row="3" column="1" >
87 <class>QLineEdit</class> 88 <class>QLineEdit</class>
88 <property stdset="1"> 89 <property stdset="1">
89 <name>name</name> 90 <name>name</name>
90 <cstring>portLine</cstring> 91 <cstring>portLine</cstring>
91 </property> 92 </property>
92 </widget> 93 </widget>
93 <widget row="0" column="1" > 94 <widget row="0" column="1" >
94 <class>QLineEdit</class> 95 <class>QLineEdit</class>
95 <property stdset="1"> 96 <property stdset="1">
96 <name>name</name> 97 <name>name</name>
97 <cstring>accountLine</cstring> 98 <cstring>accountLine</cstring>
98 </property> 99 </property>
99 <property> 100 <property>
100 <name>toolTip</name> 101 <name>toolTip</name>
101 <string>Name of the Account</string> 102 <string>Name of the Account</string>
102 </property> 103 </property>
103 </widget> 104 </widget>
104 <widget row="0" column="0" > 105 <widget row="0" column="0" >
105 <class>QLabel</class> 106 <class>QLabel</class>
106 <property stdset="1"> 107 <property stdset="1">
107 <name>name</name> 108 <name>name</name>
108 <cstring>accountLabel</cstring> 109 <cstring>accountLabel</cstring>
109 </property> 110 </property>
110 <property stdset="1"> 111 <property stdset="1">
diff --git a/kmicromail/nntpgroupsui.ui b/kmicromail/nntpgroupsui.ui
index 2902731..e1de949 100644
--- a/kmicromail/nntpgroupsui.ui
+++ b/kmicromail/nntpgroupsui.ui
@@ -1,129 +1,140 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>NNTPGroupsUI</class> 2<class>NNTPGroupsUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QWidget</class> 5 <class>QWidget</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>NNTPGroupsUI</cstring> 8 <cstring>NNTPGroupsUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>254</width> 15 <width>250</width>
15 <height>330</height> 16 <height>330</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>newsgroupslist</string> 21 <string>newsgroupslist</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>1</number> 32 <number>1</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>1</number> 36 <number>1</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QListView</class> 39 <class>QListView</class>
39 <column> 40 <column>
40 <property> 41 <property>
41 <name>text</name> 42 <name>text</name>
42 <string>Newsgroups</string> 43 <string>Newsgroups</string>
43 </property> 44 </property>
44 <property> 45 <property>
45 <name>clickable</name> 46 <name>clickable</name>
46 <bool>true</bool> 47 <bool>true</bool>
47 </property> 48 </property>
48 <property> 49 <property>
49 <name>resizeable</name> 50 <name>resizeable</name>
50 <bool>true</bool> 51 <bool>true</bool>
51 </property> 52 </property>
52 </column> 53 </column>
53 <property stdset="1"> 54 <property stdset="1">
54 <name>name</name> 55 <name>name</name>
55 <cstring>GroupListView</cstring> 56 <cstring>GroupListView</cstring>
56 </property> 57 </property>
58 <property stdset="1">
59 <name>caption</name>
60 <string></string>
61 </property>
62 <property>
63 <name>layoutMargin</name>
64 </property>
65 <property>
66 <name>layoutSpacing</name>
67 </property>
57 <property> 68 <property>
58 <name>whatsThis</name> 69 <name>whatsThis</name>
59 <string>List of groups from the server. On start, only subscribed groups are listed.</string> 70 <string>List of groups from the server. On start, only subscribed groups are listed.</string>
60 </property> 71 </property>
61 </widget> 72 </widget>
62 <widget> 73 <widget>
63 <class>QLayoutWidget</class> 74 <class>QLayoutWidget</class>
64 <property stdset="1"> 75 <property stdset="1">
65 <name>name</name> 76 <name>name</name>
66 <cstring>Layout1</cstring> 77 <cstring>Layout1</cstring>
67 </property> 78 </property>
68 <hbox> 79 <hbox>
69 <property stdset="1"> 80 <property stdset="1">
70 <name>margin</name> 81 <name>margin</name>
71 <number>0</number> 82 <number>0</number>
72 </property> 83 </property>
73 <property stdset="1"> 84 <property stdset="1">
74 <name>spacing</name> 85 <name>spacing</name>
75 <number>6</number> 86 <number>6</number>
76 </property> 87 </property>
77 <widget> 88 <widget>
78 <class>QLabel</class> 89 <class>QLabel</class>
79 <property stdset="1"> 90 <property stdset="1">
80 <name>name</name> 91 <name>name</name>
81 <cstring>filterlabel</cstring> 92 <cstring>filterlabel</cstring>
82 </property> 93 </property>
83 <property stdset="1"> 94 <property stdset="1">
84 <name>text</name> 95 <name>text</name>
85 <string>Groupfilter:</string> 96 <string>Groupfilter:</string>
86 </property> 97 </property>
87 </widget> 98 </widget>
88 <widget> 99 <widget>
89 <class>QLineEdit</class> 100 <class>QLineEdit</class>
90 <property stdset="1"> 101 <property stdset="1">
91 <name>name</name> 102 <name>name</name>
92 <cstring>Groupfilteredit</cstring> 103 <cstring>Groupfilteredit</cstring>
93 </property> 104 </property>
94 <property> 105 <property>
95 <name>whatsThis</name> 106 <name>whatsThis</name>
96 <string>Enter a filter string here. 107 <string>Enter a filter string here.
97Then hit "get newsgroup list" again and only groups starting 108Then hit "get newsgroup list" again and only groups starting
98with that filter will be listet.</string> 109with that filter will be listet.</string>
99 </property> 110 </property>
100 </widget> 111 </widget>
101 </hbox> 112 </hbox>
102 </widget> 113 </widget>
103 <widget> 114 <widget>
104 <class>QPushButton</class> 115 <class>QPushButton</class>
105 <property stdset="1"> 116 <property stdset="1">
106 <name>name</name> 117 <name>name</name>
107 <cstring>GetNGButton</cstring> 118 <cstring>GetNGButton</cstring>
108 </property> 119 </property>
109 <property stdset="1"> 120 <property stdset="1">
110 <name>text</name> 121 <name>text</name>
111 <string>Get newsgroup list from server</string> 122 <string>Get newsgroup list from server</string>
112 </property> 123 </property>
113 <property> 124 <property>
114 <name>whatsThis</name> 125 <name>whatsThis</name>
115 <string>Retrieve the list of groups from server</string> 126 <string>Retrieve the list of groups from server</string>
116 </property> 127 </property>
117 </widget> 128 </widget>
118 </vbox> 129 </vbox>
119</widget> 130</widget>
120<connections> 131<connections>
121 <connection> 132 <connection>
122 <sender>GetNGButton</sender> 133 <sender>GetNGButton</sender>
123 <signal>clicked()</signal> 134 <signal>clicked()</signal>
124 <receiver>NNTPGroupsUI</receiver> 135 <receiver>NNTPGroupsUI</receiver>
125 <slot>slotGetNG()</slot> 136 <slot>slotGetNG()</slot>
126 </connection> 137 </connection>
127 <slot access="protected">slotGetNG()</slot> 138 <slot access="protected">slotGetNG()</slot>
128</connections> 139</connections>
129</UI> 140</UI>
diff --git a/kmicromail/pop3configui.ui b/kmicromail/pop3configui.ui
index f1dda7a..c0f9e39 100644
--- a/kmicromail/pop3configui.ui
+++ b/kmicromail/pop3configui.ui
@@ -1,98 +1,99 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>POP3configUI</class> 2<class>POP3configUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>POP3configUI</cstring> 8 <cstring>POP3configUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>269</width> 15 <width>269</width>
15 <height>358</height> 16 <height>358</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Configure POP3</string> 21 <string>Configure POP3</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>3</number> 32 <number>3</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>1</number> 36 <number>1</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QLayoutWidget</class> 39 <class>QLayoutWidget</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>Layout12</cstring> 42 <cstring>Layout12</cstring>
42 </property> 43 </property>
43 <hbox> 44 <hbox>
44 <property stdset="1"> 45 <property stdset="1">
45 <name>margin</name> 46 <name>margin</name>
46 <number>0</number> 47 <number>0</number>
47 </property> 48 </property>
48 <property stdset="1"> 49 <property stdset="1">
49 <name>spacing</name> 50 <name>spacing</name>
50 <number>6</number> 51 <number>6</number>
51 </property> 52 </property>
52 <widget> 53 <widget>
53 <class>QLabel</class> 54 <class>QLabel</class>
54 <property stdset="1"> 55 <property stdset="1">
55 <name>name</name> 56 <name>name</name>
56 <cstring>accountLabel</cstring> 57 <cstring>accountLabel</cstring>
57 </property> 58 </property>
58 <property stdset="1"> 59 <property stdset="1">
59 <name>text</name> 60 <name>text</name>
60 <string>Account</string> 61 <string>Account</string>
61 </property> 62 </property>
62 </widget> 63 </widget>
63 <widget> 64 <widget>
64 <class>QLineEdit</class> 65 <class>QLineEdit</class>
65 <property stdset="1"> 66 <property stdset="1">
66 <name>name</name> 67 <name>name</name>
67 <cstring>accountLine</cstring> 68 <cstring>accountLine</cstring>
68 </property> 69 </property>
69 <property> 70 <property>
70 <name>toolTip</name> 71 <name>toolTip</name>
71 <string>Name of the Account</string> 72 <string>Name of the Account</string>
72 </property> 73 </property>
73 </widget> 74 </widget>
74 </hbox> 75 </hbox>
75 </widget> 76 </widget>
76 <widget> 77 <widget>
77 <class>Line</class> 78 <class>Line</class>
78 <property stdset="1"> 79 <property stdset="1">
79 <name>name</name> 80 <name>name</name>
80 <cstring>line1</cstring> 81 <cstring>line1</cstring>
81 </property> 82 </property>
82 <property stdset="1"> 83 <property stdset="1">
83 <name>orientation</name> 84 <name>orientation</name>
84 <enum>Horizontal</enum> 85 <enum>Horizontal</enum>
85 </property> 86 </property>
86 </widget> 87 </widget>
87 <widget> 88 <widget>
88 <class>QLayoutWidget</class> 89 <class>QLayoutWidget</class>
89 <property stdset="1"> 90 <property stdset="1">
90 <name>name</name> 91 <name>name</name>
91 <cstring>Layout11</cstring> 92 <cstring>Layout11</cstring>
92 </property> 93 </property>
93 <hbox> 94 <hbox>
94 <property stdset="1"> 95 <property stdset="1">
95 <name>margin</name> 96 <name>margin</name>
96 <number>0</number> 97 <number>0</number>
97 </property> 98 </property>
98 <property stdset="1"> 99 <property stdset="1">
diff --git a/kmicromail/selectmailtypeui.ui b/kmicromail/selectmailtypeui.ui
index 1fe0369..38a2189 100644
--- a/kmicromail/selectmailtypeui.ui
+++ b/kmicromail/selectmailtypeui.ui
@@ -1,94 +1,95 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>SelectMailTypeUI</class> 2<class>SelectMailTypeUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>SelectMailTypeUI</cstring> 8 <cstring>SelectMailTypeUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>157</width> 15 <width>153</width>
15 <height>66</height> 16 <height>66</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Select Type</string> 21 <string>Select Type</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <grid> 29 <grid>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>4</number> 32 <number>4</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>3</number> 36 <number>3</number>
36 </property> 37 </property>
37 <widget row="0" column="0" > 38 <widget row="0" column="0" >
38 <class>QGroupBox</class> 39 <class>QGroupBox</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>groupBox</cstring> 42 <cstring>groupBox</cstring>
42 </property> 43 </property>
43 <property stdset="1"> 44 <property stdset="1">
44 <name>title</name> 45 <name>title</name>
45 <string>Select Account Type</string> 46 <string>Select Account Type</string>
46 </property> 47 </property>
47 <property> 48 <property>
48 <name>layoutMargin</name> 49 <name>layoutMargin</name>
49 </property> 50 </property>
50 <property> 51 <property>
51 <name>layoutSpacing</name> 52 <name>layoutSpacing</name>
52 </property> 53 </property>
53 <grid> 54 <grid>
54 <property stdset="1"> 55 <property stdset="1">
55 <name>margin</name> 56 <name>margin</name>
56 <number>4</number> 57 <number>4</number>
57 </property> 58 </property>
58 <property stdset="1"> 59 <property stdset="1">
59 <name>spacing</name> 60 <name>spacing</name>
60 <number>3</number> 61 <number>3</number>
61 </property> 62 </property>
62 <widget row="0" column="0" > 63 <widget row="0" column="0" >
63 <class>QComboBox</class> 64 <class>QComboBox</class>
64 <item> 65 <item>
65 <property> 66 <property>
66 <name>text</name> 67 <name>text</name>
67 <string>IMAP</string> 68 <string>IMAP</string>
68 </property> 69 </property>
69 </item> 70 </item>
70 <item> 71 <item>
71 <property> 72 <property>
72 <name>text</name> 73 <name>text</name>
73 <string>POP3</string> 74 <string>POP3</string>
74 </property> 75 </property>
75 </item> 76 </item>
76 <item> 77 <item>
77 <property> 78 <property>
78 <name>text</name> 79 <name>text</name>
79 <string>SMTP</string> 80 <string>SMTP</string>
80 </property> 81 </property>
81 </item> 82 </item>
82 <property stdset="1"> 83 <property stdset="1">
83 <name>name</name> 84 <name>name</name>
84 <cstring>typeBox</cstring> 85 <cstring>typeBox</cstring>
85 </property> 86 </property>
86 </widget> 87 </widget>
87 </grid> 88 </grid>
88 </widget> 89 </widget>
89 </grid> 90 </grid>
90</widget> 91</widget>
91<tabstops> 92<tabstops>
92 <tabstop>typeBox</tabstop> 93 <tabstop>typeBox</tabstop>
93</tabstops> 94</tabstops>
94</UI> 95</UI>
diff --git a/kmicromail/selectstoreui.ui b/kmicromail/selectstoreui.ui
index dd3fc92..2da103b 100644
--- a/kmicromail/selectstoreui.ui
+++ b/kmicromail/selectstoreui.ui
@@ -1,110 +1,111 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>selectstoreui</class> 2<class>selectstoreui</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>selectstoreui</cstring> 8 <cstring>selectstoreui</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>275</width> 15 <width>279</width>
15 <height>304</height> 16 <height>304</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Select target box</string> 21 <string>Select target box</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <grid> 29 <grid>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>11</number> 32 <number>11</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>6</number> 36 <number>6</number>
36 </property> 37 </property>
37 <widget row="0" column="0" rowspan="1" colspan="2" > 38 <widget row="0" column="0" rowspan="1" colspan="2" >
38 <class>QLabel</class> 39 <class>QLabel</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>headlabel</cstring> 42 <cstring>headlabel</cstring>
42 </property> 43 </property>
43 <property stdset="1"> 44 <property stdset="1">
44 <name>text</name> 45 <name>text</name>
45 <string>&lt;b&gt;Store mail(s) to&lt;/b&gt;</string> 46 <string>&lt;b&gt;Store mail(s) to&lt;/b&gt;</string>
46 </property> 47 </property>
47 <property stdset="1"> 48 <property stdset="1">
48 <name>alignment</name> 49 <name>alignment</name>
49 <set>AlignCenter</set> 50 <set>AlignCenter</set>
50 </property> 51 </property>
51 <property> 52 <property>
52 <name>hAlign</name> 53 <name>hAlign</name>
53 </property> 54 </property>
54 </widget> 55 </widget>
55 <widget row="1" column="0" rowspan="1" colspan="2" > 56 <widget row="1" column="0" rowspan="1" colspan="2" >
56 <class>QLayoutWidget</class> 57 <class>QLayoutWidget</class>
57 <property stdset="1"> 58 <property stdset="1">
58 <name>name</name> 59 <name>name</name>
59 <cstring>Layout2</cstring> 60 <cstring>Layout2</cstring>
60 </property> 61 </property>
61 <grid> 62 <grid>
62 <property stdset="1"> 63 <property stdset="1">
63 <name>margin</name> 64 <name>margin</name>
64 <number>0</number> 65 <number>0</number>
65 </property> 66 </property>
66 <property stdset="1"> 67 <property stdset="1">
67 <name>spacing</name> 68 <name>spacing</name>
68 <number>6</number> 69 <number>6</number>
69 </property> 70 </property>
70 <widget row="1" column="1" > 71 <widget row="1" column="1" >
71 <class>QComboBox</class> 72 <class>QComboBox</class>
72 <property stdset="1"> 73 <property stdset="1">
73 <name>name</name> 74 <name>name</name>
74 <cstring>folderSelection</cstring> 75 <cstring>folderSelection</cstring>
75 </property> 76 </property>
76 <property stdset="1"> 77 <property stdset="1">
77 <name>sizePolicy</name> 78 <name>sizePolicy</name>
78 <sizepolicy> 79 <sizepolicy>
79 <hsizetype>3</hsizetype> 80 <hsizetype>3</hsizetype>
80 <vsizetype>0</vsizetype> 81 <vsizetype>0</vsizetype>
81 </sizepolicy> 82 </sizepolicy>
82 </property> 83 </property>
83 </widget> 84 </widget>
84 <widget row="1" column="0" > 85 <widget row="1" column="0" >
85 <class>QLabel</class> 86 <class>QLabel</class>
86 <property stdset="1"> 87 <property stdset="1">
87 <name>name</name> 88 <name>name</name>
88 <cstring>folderLabel</cstring> 89 <cstring>folderLabel</cstring>
89 </property> 90 </property>
90 <property stdset="1"> 91 <property stdset="1">
91 <name>text</name> 92 <name>text</name>
92 <string>Folder:</string> 93 <string>Folder:</string>
93 </property> 94 </property>
94 <property stdset="1"> 95 <property stdset="1">
95 <name>alignment</name> 96 <name>alignment</name>
96 <set>AlignVCenter|AlignRight</set> 97 <set>AlignVCenter|AlignRight</set>
97 </property> 98 </property>
98 <property> 99 <property>
99 <name>hAlign</name> 100 <name>hAlign</name>
100 </property> 101 </property>
101 </widget> 102 </widget>
102 <widget row="0" column="1" > 103 <widget row="0" column="1" >
103 <class>QComboBox</class> 104 <class>QComboBox</class>
104 <property stdset="1"> 105 <property stdset="1">
105 <name>name</name> 106 <name>name</name>
106 <cstring>accountSelection</cstring> 107 <cstring>accountSelection</cstring>
107 </property> 108 </property>
108 <property stdset="1"> 109 <property stdset="1">
109 <name>sizePolicy</name> 110 <name>sizePolicy</name>
110 <sizepolicy> 111 <sizepolicy>
diff --git a/kmicromail/smtpconfigui.ui b/kmicromail/smtpconfigui.ui
index d4151a9..ae0a49a 100644
--- a/kmicromail/smtpconfigui.ui
+++ b/kmicromail/smtpconfigui.ui
@@ -1,110 +1,111 @@
1<!DOCTYPE UI><UI> 1<!DOCTYPE UI><UI>
2<class>SMTPconfigUI</class> 2<class>SMTPconfigUI</class>
3<include location="local">tr.h</include>
3<widget> 4<widget>
4 <class>QDialog</class> 5 <class>QDialog</class>
5 <property stdset="1"> 6 <property stdset="1">
6 <name>name</name> 7 <name>name</name>
7 <cstring>SMTPconfigUI</cstring> 8 <cstring>SMTPconfigUI</cstring>
8 </property> 9 </property>
9 <property stdset="1"> 10 <property stdset="1">
10 <name>geometry</name> 11 <name>geometry</name>
11 <rect> 12 <rect>
12 <x>0</x> 13 <x>0</x>
13 <y>0</y> 14 <y>0</y>
14 <width>335</width> 15 <width>331</width>
15 <height>426</height> 16 <height>426</height>
16 </rect> 17 </rect>
17 </property> 18 </property>
18 <property stdset="1"> 19 <property stdset="1">
19 <name>caption</name> 20 <name>caption</name>
20 <string>Configure SMTP</string> 21 <string>Configure SMTP</string>
21 </property> 22 </property>
22 <property> 23 <property>
23 <name>layoutMargin</name> 24 <name>layoutMargin</name>
24 </property> 25 </property>
25 <property> 26 <property>
26 <name>layoutSpacing</name> 27 <name>layoutSpacing</name>
27 </property> 28 </property>
28 <vbox> 29 <vbox>
29 <property stdset="1"> 30 <property stdset="1">
30 <name>margin</name> 31 <name>margin</name>
31 <number>3</number> 32 <number>3</number>
32 </property> 33 </property>
33 <property stdset="1"> 34 <property stdset="1">
34 <name>spacing</name> 35 <name>spacing</name>
35 <number>3</number> 36 <number>3</number>
36 </property> 37 </property>
37 <widget> 38 <widget>
38 <class>QLabel</class> 39 <class>QLabel</class>
39 <property stdset="1"> 40 <property stdset="1">
40 <name>name</name> 41 <name>name</name>
41 <cstring>accountLabel</cstring> 42 <cstring>accountLabel</cstring>
42 </property> 43 </property>
43 <property stdset="1"> 44 <property stdset="1">
44 <name>text</name> 45 <name>text</name>
45 <string>Account</string> 46 <string>Account</string>
46 </property> 47 </property>
47 </widget> 48 </widget>
48 <widget> 49 <widget>
49 <class>QLineEdit</class> 50 <class>QLineEdit</class>
50 <property stdset="1"> 51 <property stdset="1">
51 <name>name</name> 52 <name>name</name>
52 <cstring>accountLine</cstring> 53 <cstring>accountLine</cstring>
53 </property> 54 </property>
54 <property> 55 <property>
55 <name>toolTip</name> 56 <name>toolTip</name>
56 <string>Name of the Account</string> 57 <string>Name of the Account</string>
57 </property> 58 </property>
58 </widget> 59 </widget>
59 <widget> 60 <widget>
60 <class>Line</class> 61 <class>Line</class>
61 <property stdset="1"> 62 <property stdset="1">
62 <name>name</name> 63 <name>name</name>
63 <cstring>line1</cstring> 64 <cstring>line1</cstring>
64 </property> 65 </property>
65 <property stdset="1"> 66 <property stdset="1">
66 <name>sizePolicy</name> 67 <name>sizePolicy</name>
67 <sizepolicy> 68 <sizepolicy>
68 <hsizetype>1</hsizetype> 69 <hsizetype>1</hsizetype>
69 <vsizetype>0</vsizetype> 70 <vsizetype>0</vsizetype>
70 </sizepolicy> 71 </sizepolicy>
71 </property> 72 </property>
72 <property stdset="1"> 73 <property stdset="1">
73 <name>orientation</name> 74 <name>orientation</name>
74 <enum>Horizontal</enum> 75 <enum>Horizontal</enum>
75 </property> 76 </property>
76 </widget> 77 </widget>
77 <widget> 78 <widget>
78 <class>QLayoutWidget</class> 79 <class>QLayoutWidget</class>
79 <property stdset="1"> 80 <property stdset="1">
80 <name>name</name> 81 <name>name</name>
81 <cstring>Layout20</cstring> 82 <cstring>Layout20</cstring>
82 </property> 83 </property>
83 <hbox> 84 <hbox>
84 <property stdset="1"> 85 <property stdset="1">
85 <name>margin</name> 86 <name>margin</name>
86 <number>0</number> 87 <number>0</number>
87 </property> 88 </property>
88 <property stdset="1"> 89 <property stdset="1">
89 <name>spacing</name> 90 <name>spacing</name>
90 <number>6</number> 91 <number>6</number>
91 </property> 92 </property>
92 <widget> 93 <widget>
93 <class>QLayoutWidget</class> 94 <class>QLayoutWidget</class>
94 <property stdset="1"> 95 <property stdset="1">
95 <name>name</name> 96 <name>name</name>
96 <cstring>Layout18</cstring> 97 <cstring>Layout18</cstring>
97 </property> 98 </property>
98 <vbox> 99 <vbox>
99 <property stdset="1"> 100 <property stdset="1">
100 <name>margin</name> 101 <name>margin</name>
101 <number>0</number> 102 <number>0</number>
102 </property> 103 </property>
103 <property stdset="1"> 104 <property stdset="1">
104 <name>spacing</name> 105 <name>spacing</name>
105 <number>6</number> 106 <number>6</number>
106 </property> 107 </property>
107 <widget> 108 <widget>
108 <class>QLabel</class> 109 <class>QLabel</class>
109 <property stdset="1"> 110 <property stdset="1">
110 <name>name</name> 111 <name>name</name>
diff --git a/kmicromail/tr.h b/kmicromail/tr.h
new file mode 100644
index 0000000..981e2c1
--- a/dev/null
+++ b/kmicromail/tr.h
@@ -0,0 +1,2 @@
1#include <klocale.h>
2#define tr i18n