diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-27 20:45:29 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-27 20:45:29 +0300 |
commit | 7a2b804bf9726fc0287b7b524ead935b759a1205 (patch) | |
tree | e5a0e4e19097538f7b624067781d90761cf227b3 /main.h | |
parent | f3d248034ff8629704e7a76a09b2d565df92c195 (diff) |
modified: main.h
modified: messages.cpp
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ struct contact_data { - vector<string> msgs_to_tag; + list<string> msgs_to_tag, msgs_to_ignore; string key_in_prescense; }; |