snappymail/dev/Common/Consts.js

4 lines
112 B
JavaScript
Raw Normal View History

2016-06-28 02:14:33 +08:00
export const MESSAGES_PER_PAGE_VALUES = [10, 20, 30, 50, 100];
export const UNUSED_OPTION_VALUE = '__UNUSE__';