Changeset 379414121e93261b82fdefa01b23e7a343ef2097

Show
Ignore:
Timestamp:
02/07/10 17:27:46 (2 years ago)
Author:
Antti-Juhani Kaijanaho <antti-juhani@…>
Children:
4c1c17d3d533402a55bac03afcc2f29e21963933
Parents:
3fef1388d6255694b9d7f376fa51b28ea2df1723
git-committer:
Antti-Juhani Kaijanaho <antti-juhani@…> (02/07/10 17:27:46)
Message:

No need to include the From header name in feed author name.

Addresses #47.

Signed-off-by: Antti-Juhani Kaijanaho <antti-juhani@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • http/article_entry.cc

    rcc0a570 r3794141  
    4444        std::string article_entry::get_author() const 
    4545        { 
    46                 std::string rv = m->get_field("From", true); 
     46                std::string rv = m->get_field("From", false); 
    4747                util::strip_crlf(rv); 
    4848                return rv;