Skip to content

Commit

Permalink
fixup! Fix reactive model of table
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowbas authored and bas080 committed Dec 5, 2024
1 parent 8db577f commit 596aec9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/app/rmmapi/messagelist.service.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
// --------- BEGIN RUNBOX LICENSE ---------
// Copyright (C) 2016-2018 Runbox Solutions AS (runbox.com).
//
//
// This file is part of Runbox 7.
//
//
// Runbox 7 is free software: You can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the
// Free Software Foundation, either version 3 of the License, or (at your
// option) any later version.
//
//
// Runbox 7 is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
//
// You should have received a copy of the GNU General Public License
// along with Runbox 7. If not, see <https://www.gnu.org/licenses/>.
// ---------- END RUNBOX LICENSE ----------
Expand Down Expand Up @@ -61,6 +61,7 @@ export class MessageListService {
staleFolders: { [name: string]: boolean } = {};

trashFolderName = 'Trash';
sentFolderName = 'Sent';
spamFolderName = 'Spam';
unindexedFolders = ['Trash', 'Spam', 'Templates'];
templateFolderName = 'Templates';
Expand Down

0 comments on commit 596aec9

Please sign in to comment.