aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/nntp/MCNNTPSession.h
diff options
context:
space:
mode:
authorGravatar Robert Widmann <devteam.codafi@gmail.com>2014-10-21 15:49:43 -0600
committerGravatar Robert Widmann <devteam.codafi@gmail.com>2014-10-21 15:49:43 -0600
commitdb7ec6896ffa7e1072d814d02fee2c5abae22ff2 (patch)
treec7610e0d127ef23bc35bb1de0d52bcb924d6788a /src/core/nntp/MCNNTPSession.h
parent53a1610d35f00301d933ea051b37b96fd30b0e93 (diff)
Clarify Subscribed vs Default
Diffstat (limited to 'src/core/nntp/MCNNTPSession.h')
-rw-r--r--src/core/nntp/MCNNTPSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nntp/MCNNTPSession.h b/src/core/nntp/MCNNTPSession.h
index 47d78a46..e5ebbd91 100644
--- a/src/core/nntp/MCNNTPSession.h
+++ b/src/core/nntp/MCNNTPSession.h
@@ -45,7 +45,7 @@ namespace mailcore {
virtual void checkAccount(ErrorCode * pError);
virtual Array * /* NNTPGroupInfo */ listAllNewsgroups(ErrorCode * pError);
- virtual Array * listSubscribedNewsgroups(ErrorCode * pError);
+ virtual Array * listDefaultNewsgroups(ErrorCode * pError);
virtual MessageHeader * fetchHeader(String *groupName, unsigned int index, ErrorCode * pError);