Changeset 379414121e93261b82fdefa01b23e7a343ef2097
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rcc0a570
|
r3794141
|
|
| 44 | 44 | std::string article_entry::get_author() const |
| 45 | 45 | { |
| 46 | | std::string rv = m->get_field("From", true); |
| | 46 | std::string rv = m->get_field("From", false); |
| 47 | 47 | util::strip_crlf(rv); |
| 48 | 48 | return rv; |