sylpheedclaws/sylpheed-claws/src folderview.c,1.207.2.102,1.207.2.103
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src
In directory sunsite.dk:/tmp/cvs-serv28891/src
Modified Files:
Tag: gtk2
folderview.c
Log Message:
2006-06-12 [colin] 2.3.0cvs6
* src/folderview.c
Fix double-ask of "Do you want to mark all
as read"
Index: folderview.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/folderview.c,v
retrieving revision 1.207.2.102
retrieving revision 1.207.2.103
diff -u -d -r1.207.2.102 -r1.207.2.103
--- folderview.c 2006/06/09 14:48:48 1.207.2.102
+++ folderview.c 2006/06/12 17:39:01 1.207.2.103
@@ -717,7 +717,8 @@
if (item == NULL)
return;
- if (prefs_common.ask_mark_all_read) {
+ if (folderview->summaryview->folder_item != item
+ && prefs_common.ask_mark_all_read) {
val = alertpanel_full(_("Mark all as read"),
_("Do you really want to mark all mails in this "
"folder as read ?"), GTK_STOCK_NO, GTK_STOCK_YES, NULL,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]