mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 20:36:36 -05:00
restricted SPAM/STAR/TAGS to inbox, and made msg summary list refer to current box only
This commit is contained in:
parent
41069a0fa5
commit
a99f686fd1
3 changed files with 9 additions and 4 deletions
|
|
@ -690,6 +690,10 @@ void RsMessageModel::setCurrentBox(Rs::Msgs::BoxName bn)
|
|||
}
|
||||
}
|
||||
|
||||
Rs::Msgs::BoxName RsMessageModel::currentBox() const
|
||||
{
|
||||
return mCurrentBox;
|
||||
}
|
||||
void RsMessageModel::setQuickViewFilter(QuickViewFilter fn)
|
||||
{
|
||||
if(fn != mQuickViewFilter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue