diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-09-19 07:55:02 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-09-19 07:55:02 +0800 |
commit | 49dc2eda6d496eff3de0d3c2eddaa5fc74c625c0 (patch) | |
tree | 0990ee29e817b46de997e916934ab3d7fb4948ad | |
parent | 4889b42644a83740aa5799051417ae22a7ad5a10 (diff) | |
download | gsoc2013-evolution-49dc2eda6d496eff3de0d3c2eddaa5fc74c625c0.tar gsoc2013-evolution-49dc2eda6d496eff3de0d3c2eddaa5fc74c625c0.tar.gz gsoc2013-evolution-49dc2eda6d496eff3de0d3c2eddaa5fc74c625c0.tar.bz2 gsoc2013-evolution-49dc2eda6d496eff3de0d3c2eddaa5fc74c625c0.tar.lz gsoc2013-evolution-49dc2eda6d496eff3de0d3c2eddaa5fc74c625c0.tar.xz gsoc2013-evolution-49dc2eda6d496eff3de0d3c2eddaa5fc74c625c0.tar.zst gsoc2013-evolution-49dc2eda6d496eff3de0d3c2eddaa5fc74c625c0.zip |
s/List-Owner/List-Post
svn path=/trunk/; revision=12962
-rw-r--r-- | camel/camel-mime-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c index c144a7126a..0f9dd9d37a 100644 --- a/camel/camel-mime-utils.c +++ b/camel/camel-mime-utils.c @@ -3543,7 +3543,7 @@ static struct { { "X-Mailing-List", " *([^@]+)" }, { "X-Loop", " *([^@]+)" }, { "List-Id", " *([^<]+)" }, - { "List-Owner", " *<mailto:([^@]+)" }, + { "List-Post", " *<mailto:([^@]+)" }, { "Mailing-List", " *list ([^@]+)" }, { "Originator", " *([^@]+)" }, }; |