Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:p_conrad
claws-mail-maildir
maildir-claws3170.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File maildir-claws3170.patch of Package claws-mail-maildir
--- src/maildir_gtk.c.orig 2020-05-12 16:28:39.879545860 +0200 +++ src/maildir_gtk.c 2020-05-12 16:30:01.042775283 +0200 @@ -283,8 +283,8 @@ (_("Really remove the mailbox `%s' ?\n" "(The messages are NOT deleted from the disk)"), name); avalue = alertpanel_full(_("Remove mailbox"), message, - GTK_STOCK_CANCEL, _("_Remove"), NULL, FALSE, - NULL, ALERT_WARNING, G_ALERTDEFAULT); + GTK_STOCK_CANCEL, _("_Remove"), NULL, ALERTFOCUS_FIRST, + FALSE, NULL, ALERT_WARNING); g_free(message); g_free(name); if (avalue != G_ALERTALTERNATE) return; @@ -316,8 +316,8 @@ (_("All folder(s) and message(s) under `%s' will be deleted.\n" "Do you really want to delete?"), name); avalue= alertpanel_full(_("Delete folder"), message, - GTK_STOCK_CANCEL, GTK_STOCK_DELETE, NULL, FALSE, - NULL, ALERT_NOTICE, G_ALERTDEFAULT); + GTK_STOCK_CANCEL, GTK_STOCK_DELETE, NULL, ALERTFOCUS_FIRST, + FALSE, NULL, ALERT_NOTICE); g_free(message); if (avalue != G_ALERTALTERNATE) return; --- src/maildir.c.orig 2020-07-10 16:23:17.405769601 +0200 +++ src/maildir.c 2020-07-10 16:25:01.454907834 +0200 @@ -41,6 +41,7 @@ #include "mainwindow.h" #include "summaryview.h" #include "messageview.h" +#include "file-utils.h" #define MAILDIR_FOLDERITEM(item) ((MaildirFolderItem *) item)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor