diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 22:30:49 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 22:30:49 +0800 |
commit | 395a311fe36286101e2d82c13d2ad1227df3e8bb (patch) | |
tree | 882c8e6cce944212f2117baa118d4a15b56f4994 /mail/message-thread.c | |
parent | 64b4dcdffa1ae23a39b92fa71520269777fdc451 (diff) | |
download | gsoc2013-evolution-395a311fe36286101e2d82c13d2ad1227df3e8bb.tar gsoc2013-evolution-395a311fe36286101e2d82c13d2ad1227df3e8bb.tar.gz gsoc2013-evolution-395a311fe36286101e2d82c13d2ad1227df3e8bb.tar.bz2 gsoc2013-evolution-395a311fe36286101e2d82c13d2ad1227df3e8bb.tar.lz gsoc2013-evolution-395a311fe36286101e2d82c13d2ad1227df3e8bb.tar.xz gsoc2013-evolution-395a311fe36286101e2d82c13d2ad1227df3e8bb.tar.zst gsoc2013-evolution-395a311fe36286101e2d82c13d2ad1227df3e8bb.zip |
Cool Hack of the Day: right-click menu item to autodetect what mailing
list a message comes from and create the rule for it on the fly.
(Many thanks to Joakim for suggesting the way to implement this.)
Also, use the new shiny toolbar icons from TigerT and mark some
strings for translation.
svn path=/trunk/; revision=5362
Diffstat (limited to 'mail/message-thread.c')
-rw-r--r-- | mail/message-thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/message-thread.c b/mail/message-thread.c index 1306fafe0c..5f8085839a 100644 --- a/mail/message-thread.c +++ b/mail/message-thread.c @@ -330,7 +330,6 @@ dump_tree_rec(struct _tree_info *info, struct _container *c, int depth) int dump_tree(struct _container *c) { - char *p; int count; struct _tree_info info; |