aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/nntp/MCNNTPSession.h
diff options
context:
space:
mode:
authorGravatar Daryle Walker <dwalker07@yahoo.com>2015-12-29 00:18:13 -0500
committerGravatar Daryle Walker <dwalker07@yahoo.com>2015-12-29 00:18:13 -0500
commit3a1641a7c7fbef9420fee48ba25b95fc94ef6673 (patch)
treed15953d6b62d78fcf22ac1c09a6fd6e94aef9921 /src/core/nntp/MCNNTPSession.h
parenta82888636dabb374686310801f526f1d5a782f92 (diff)
Remove extraneous group parameter from fetch-article-by-message-ID methods.
Diffstat (limited to 'src/core/nntp/MCNNTPSession.h')
-rw-r--r--src/core/nntp/MCNNTPSession.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/nntp/MCNNTPSession.h b/src/core/nntp/MCNNTPSession.h
index dc2316ff..c39cf727 100644
--- a/src/core/nntp/MCNNTPSession.h
+++ b/src/core/nntp/MCNNTPSession.h
@@ -53,6 +53,7 @@ namespace mailcore {
virtual IndexSet * fetchAllArticles(String * groupname, ErrorCode * pError);
virtual Data * fetchArticle(String *groupName, unsigned int index, NNTPProgressCallback * callback, ErrorCode * pError);
+ virtual Data * fetchArticleByMessageID(String * messageID, ErrorCode * pError);
virtual Data * fetchArticleByMessageID(String * groupname, String * messageID, ErrorCode * pError);
virtual time_t fetchServerDate(ErrorCode * pError);