aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-12-10 11:50:36 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-12-10 11:50:36 +0800
commitb5e7713c8e99f2cddf309d3034108c18190fd3cb (patch)
treeb6b22ff8bdbb379e0e4e939c09df54a8dd52c447 /art
parent098db6b2ad41196ee43d68e7f4f7d879d97d93b7 (diff)
downloadgsoc2013-evolution-b5e7713c8e99f2cddf309d3034108c18190fd3cb.tar
gsoc2013-evolution-b5e7713c8e99f2cddf309d3034108c18190fd3cb.tar.gz
gsoc2013-evolution-b5e7713c8e99f2cddf309d3034108c18190fd3cb.tar.bz2
gsoc2013-evolution-b5e7713c8e99f2cddf309d3034108c18190fd3cb.tar.lz
gsoc2013-evolution-b5e7713c8e99f2cddf309d3034108c18190fd3cb.tar.xz
gsoc2013-evolution-b5e7713c8e99f2cddf309d3034108c18190fd3cb.tar.zst
gsoc2013-evolution-b5e7713c8e99f2cddf309d3034108c18190fd3cb.zip
Implements marking messages as "Need Reply".
Implements marking messages as "Need Reply". 2001-12-09 Jon Trowbridge <trow@ximian.com> * mail-need-reply.xpm: Added a really, really ugly and awful icon to symbolize "message needs a reply". * Makefile.am (EXTRA_DIST): Added mail-need-reply.xpm. 2001-12-09 Jon Trowbridge <trow@ximian.com> * camel-folder-summary.c: Add "NeedsReply" to the flag_names array for CAMEL_MESSAGE_NEEDS_REPLY. * camel-folder-summary.h: Added CAMEL_MESSAGE_NEEDS_REPLY flag. 2001-12-09 Jon Trowbridge <trow@ximian.com> * vfoldertypes.xml: Add "Needs Reply" option to different status types. * filtertypes.xml: Add "Needs Reply" option to different status types. 2001-12-09 Jon Trowbridge <trow@ximian.com> * message-list.c: #include "art/mail-need-reply.xpm". (ml_tree_value_at): Adjust magic numbers, show "Need Reply" icon if the message needs reply. (message_list_create_extras): Adjust magic numbers to add new icon. (on_click): Changed to toggle between unread, read, and need reply when the status icon is clicked. * mail-callbacks.c (mark_as_needing_reply): Added. (mark_as_not_needing_reply): Added. Add "set" value to struct post_send_data. (composer_sent_cb): Use both "flags" and "set" elements of post_send_data when setting message flags. (mail_reply): Clear "Needs Reply" flag when we actually reply to a message. * folder-browser.c: Changed flag values to be given by bit-shifting (1<<5) vs. base-ten (32). Added CAN_MARK_DOESNT_NEED_REPLY flag. Added "Mark as Needing Reply" and "Mark as Not Needing Reply" elements to context menu. (on_right_click): Hide "Mark as (Not) Needing Reply" context menu elements as appropriate. svn path=/trunk/; revision=14946
Diffstat (limited to 'art')
-rw-r--r--art/ChangeLog7
-rw-r--r--art/Makefile.am1
-rw-r--r--art/mail-need-reply.xpm71
3 files changed, 79 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog
index c291218cfa..3292315f2a 100644
--- a/art/ChangeLog
+++ b/art/ChangeLog
@@ -1,3 +1,10 @@
+2001-12-09 Jon Trowbridge <trow@ximian.com>
+
+ * mail-need-reply.xpm: Added a really, really ugly and
+ awful icon to symbolize "message needs a reply".
+
+ * Makefile.am (EXTRA_DIST): Added mail-need-reply.xpm.
+
2001-11-06 Ettore Perazzoli <ettore@ximian.com>
* evolution.png: New, updated icon from Tuomas.
diff --git a/art/Makefile.am b/art/Makefile.am
index 407c30db60..334318a4af 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -202,6 +202,7 @@ EXTRA_DIST = \
check-filled.xpm \
empty.xpm \
jump.xpm \
+ mail-need-reply.xpm \
mail-new.xpm \
mail-read.xpm \
mail-replied.xpm \
diff --git a/art/mail-need-reply.xpm b/art/mail-need-reply.xpm
new file mode 100644
index 0000000000..df66036173
--- /dev/null
+++ b/art/mail-need-reply.xpm
@@ -0,0 +1,71 @@
+/* XPM */
+static char * mail_need_reply_xpm[] = {
+"16 16 52 1",
+" c None",
+". c #010101",
+"+ c #D9D6D0",
+"@ c #C3C0B9",
+"# c #DDBFB9",
+"$ c #E5908C",
+"% c #F49F9C",
+"& c #F8C1C1",
+"* c #FAFAFA",
+"= c #B6B4AE",
+"- c #737373",
+"; c #C2BFB8",
+"> c #D6817C",
+", c #FF0505",
+"' c #FF5858",
+") c #D2CFC9",
+"! c #707070",
+"~ c #FFFFFF",
+"{ c #5D5B57",
+"] c #FFABAB",
+"^ c #FF7474",
+"/ c #868580",
+"( c #E5E2DB",
+"_ c #FBFBF8",
+": c #A04B49",
+"< c #FF2121",
+"[ c #ED0F0E",
+"} c #F8F7F2",
+"| c #DDDAD4",
+"1 c #FCA9A7",
+"2 c #FBDFDD",
+"3 c #F7F5F1",
+"4 c #FCA8A6",
+"5 c #FE2020",
+"6 c #FC716F",
+"7 c #F0EEE8",
+"8 c #DDD9D2",
+"9 c #FBFAF7",
+"0 c #A5514E",
+"a c #E3E0D9",
+"b c #7D7A77",
+"c c #F8F6F2",
+"d c #FADDDA",
+"e c #B1413F",
+"f c #E2DFD8",
+"g c #090808",
+"h c #D7D4CE",
+"i c #D8D5CF",
+"j c #D6D3CD",
+"k c #DAD7D1",
+"l c #E0DCD5",
+"m c #222221",
+" ..... ",
+" .+++++. ",
+" .++++++@. ",
+" .+#$$$%&*=. ",
+" .-;>,,,,,')!. ",
+" .~{],,]^,,/(. ",
+" .~_:,,'<,[}|. ",
+" .~_1,,,,,23|. ",
+" .~_4,,25,678. ",
+" .~90,,_6,,a8. ",
+" .~b1,,cd,,ef. ",
+" .ghiiij++klm. ",
+" ........... ",
+" ",
+" ",
+" "};