diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2001-02-23 09:40:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-02-23 09:40:46 +0800 |
commit | c13a70e866b0591d6719cef1209d8b6c6826ccb9 (patch) | |
tree | 01699713449386ffd28829ea3195ec3d59f8762d /camel/camel-search-private.c | |
parent | 07dea1a5093265e492a76281901179466b6dd4af (diff) | |
download | gsoc2013-evolution-c13a70e866b0591d6719cef1209d8b6c6826ccb9.tar gsoc2013-evolution-c13a70e866b0591d6719cef1209d8b6c6826ccb9.tar.gz gsoc2013-evolution-c13a70e866b0591d6719cef1209d8b6c6826ccb9.tar.bz2 gsoc2013-evolution-c13a70e866b0591d6719cef1209d8b6c6826ccb9.tar.lz gsoc2013-evolution-c13a70e866b0591d6719cef1209d8b6c6826ccb9.tar.xz gsoc2013-evolution-c13a70e866b0591d6719cef1209d8b6c6826ccb9.tar.zst gsoc2013-evolution-c13a70e866b0591d6719cef1209d8b6c6826ccb9.zip |
Doh, cut and paste problem, use mlist not cc.
* camel-folder-summary.c (camel_message_info_new_from_header):
Doh, cut and paste problem, use mlist not cc.
* camel-folder.c (move_message_to):
(copy_message_to): If the source folder doesn't support a
summary, dont try and get the message info from it.
svn path=/trunk/; revision=8361
Diffstat (limited to 'camel/camel-search-private.c')
-rw-r--r-- | camel/camel-search-private.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-search-private.c b/camel/camel-search-private.c index f002bc3ad4..a288e91ca6 100644 --- a/camel/camel-search-private.c +++ b/camel/camel-search-private.c @@ -372,7 +372,7 @@ camel_search_header_match (const char *value, const char *match, camel_search_ma { const char *p; int vlen, mlen; - + while (*value && isspace (*value)) value++; |