02b5af48ae
- Configure with scrollkeeper disabled. - Ship our own icons from gnome-icon-theme. - Explicitly turn off automake portability checking. - Add patch for RH bug #215478 (Maildir and MH accounts). - Add patch for RH bug #215695 (crashes w/o mail accounts). - Add patch for RH bug #216537 (viewing attachments). - Add patch for RH bug #218801 (count unread messages first). - Add patch for GNOME bug #350253 (ship our own icons). - Add patch for GNOME bug #382431 (implicit function declaration). - Revise patch for GNOME bug #360946 (improved "about" dialog). - Remove patch for GNOME bug #357970 (fixed upstream).
20 lines
1013 B
Diff
20 lines
1013 B
Diff
--- evolution-2.9.3/mail/mail-config.glade.source-path-entry 2006-12-08 20:15:16.000000000 -0500
|
|
+++ evolution-2.9.3/mail/mail-config.glade 2006-12-08 20:16:13.000000000 -0500
|
|
@@ -1343,7 +1343,7 @@
|
|
<widget class="GtkFileChooserButton" id="source_path_entry">
|
|
<property name="visible">True</property>
|
|
<property name="title" translatable="yes">Mailbox location</property>
|
|
- <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
|
|
+ <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
|
|
<property name="local_only">True</property>
|
|
<property name="show_hidden">False</property>
|
|
<property name="do_overwrite_confirmation">False</property>
|
|
@@ -1354,7 +1354,6 @@
|
|
<property name="right_attach">2</property>
|
|
<property name="top_attach">2</property>
|
|
<property name="bottom_attach">3</property>
|
|
- <property name="x_options">fill</property>
|
|
<property name="y_options"></property>
|
|
</packing>
|
|
</child>
|