aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-08-20 23:01:20 +0800
committerPeter Williams <peterw@src.gnome.org>2001-08-20 23:01:20 +0800
commit758d940b11b259dd3592e77a19c4f4c393fe45da (patch)
tree847401e1d000a8cd2b101e34eab10a71a88e906a
parent1892a4df857e4f1c236c108b685ffe7d87e85cee (diff)
downloadgsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar
gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar.gz
gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar.bz2
gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar.lz
gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar.xz
gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.tar.zst
gsoc2013-evolution-758d940b11b259dd3592e77a19c4f4c393fe45da.zip
Add a few comments.
2001-08-20 Peter Williams <peterw@ximian.com> * subscribe-dialog.c: Add a few comments. svn path=/trunk/; revision=12289
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/subscribe-dialog.c9
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 */