aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Dirks <anna@src.gnome.org>2003-01-04 00:10:42 +0800
committerAnna Dirks <anna@src.gnome.org>2003-01-04 00:10:42 +0800
commit1ba3b2f3bc459e0877b17fe9e8e8d66dff5cc2fb (patch)
treeed09dcebb17f4b34531cbc25c4d0d834b517fbc8
parente5704c9d6303bd9d98b6ddeaab26b81aae16b618 (diff)
downloadgsoc2013-evolution-1ba3b2f3bc459e0877b17fe9e8e8d66dff5cc2fb.tar
gsoc2013-evolution-1ba3b2f3bc459e0877b17fe9e8e8d66dff5cc2fb.tar.gz
gsoc2013-evolution-1ba3b2f3bc459e0877b17fe9e8e8d66dff5cc2fb.tar.bz2
gsoc2013-evolution-1ba3b2f3bc459e0877b17fe9e8e8d66dff5cc2fb.tar.lz
gsoc2013-evolution-1ba3b2f3bc459e0877b17fe9e8e8d66dff5cc2fb.tar.xz
gsoc2013-evolution-1ba3b2f3bc459e0877b17fe9e8e8d66dff5cc2fb.tar.zst
gsoc2013-evolution-1ba3b2f3bc459e0877b17fe9e8e8d66dff5cc2fb.zip
Initial spec for the 'set message priority' feature
svn path=/trunk/; revision=19219
-rw-r--r--designs/message_priority/spec.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/designs/message_priority/spec.txt b/designs/message_priority/spec.txt
new file mode 100644
index 0000000000..873e2e291c
--- /dev/null
+++ b/designs/message_priority/spec.txt
@@ -0,0 +1,21 @@
+Specification the "Set Priority" button:
+
+Button Appearance:
+1) Button should highlight on mouse-over, as do the "Send" and "Attach" buttons.
+
+2) The dropdown menu associated with this button should contain the following three items:
+High Priority
+Normal Priority
+Low Priority
+
+3) The tooltips associated with the various dropdown menuitems should be:
+
+Button moused over but not pressed: "Set the priority of this message"
+Button pressed, mouse on "High Priority": "Set the priority of this message to be high"
+Button pressed, mouse on "Normal Priority": Set the priority of this message to be normal"
+Button pressed, mouse on "Low Priority"
+
+4) Ideally, the appearance of the button will change based on which priority is selected. This is important, as it provides a visual indication of what the current message priority is. A possible way to do this is to change the appearance of the exclamation mark, to match the way the message will appear in the message list. (eg, make the mark red for messages marked as having a high priority, etc.)
+
+Default Setting:
+The default message priority should be "normal". \ No newline at end of file