diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/subscribe-dialog.c | 9 |
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 3e15bafc9e..73379f885a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-08-20 Peter Williams <peterw@ximian.com> + + * subscribe-dialog.c: Add a few comments. + 2001-08-20 Damon Chaplin <damon@ximian.com> * folder-browser-ui.c: use new small trash icon for Delete command. diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c index 7d5a07001a..1c498ed104 100644 --- a/mail/subscribe-dialog.c +++ b/mail/subscribe-dialog.c @@ -100,7 +100,7 @@ * + Mail Folder Cache doesn't complain * - No ETable wackiness * + Verify columns cannot be DnD'd - * + No sorting, eg (?) + * + Alphabetical order always * - UI cleanliness * + Keybindings work * + Some widget has focus by default @@ -108,6 +108,13 @@ * + Close button works */ +/* FIXME: we should disable/enable the subscribe/unsubscribe buttons as + * appropriate when only a single message is selected. We need a + * mechanism to learn when the selected folder's subscription status + * changes, so when the user double-clicks it (eg) the buttons can + * (de)sensitize appropriately. See Ximian bug #7673. + */ + /*#define NEED_TOGGLE_SELECTION*/ /* util */ |