[Xfce4-commits] <postler:master> Mention 'Use as...' if composer can't find folders

Christian Dywan noreply at xfce.org
Sun Dec 19 04:10:02 CET 2010


Updating branch refs/heads/master
         to 17a74ef89ffacd7660bd14f52eb7833eff266328 (commit)
       from 0303449b87501cb0e972fc46ab2291d5d3f63a21 (commit)

commit 17a74ef89ffacd7660bd14f52eb7833eff266328
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Dec 19 03:53:33 2010 +0100

    Mention 'Use as...' if composer can't find folders

 postler/postler-composer.vala |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/postler/postler-composer.vala b/postler/postler-composer.vala
index 7d5631c..48585ab 100644
--- a/postler/postler-composer.vala
+++ b/postler/postler-composer.vala
@@ -105,7 +105,10 @@ public class Postler.Composer : Gtk.Window {
                     var dialog = new Gtk.MessageDialog (this, 0,
                         Gtk.MessageType.ERROR, Gtk.ButtonsType.NONE,
                         _("Folders for sent messages and outbox can't be created. "
-                        + "You need to fetch mail at least once."));
+                        + "You need to fetch mail at least once.\n"
+                        + "If you see this error after fetching, right-click "
+                        + "the folder for sent messages, \"Use as...\" and "
+                        + "select \"Sent\". Do the same for the outbox."));
                     dialog.add_buttons (Gtk.STOCK_OK, Gtk.ResponseType.OK);
                     dialog.run ();
                     dialog.destroy ();



More information about the Xfce4-commits mailing list