mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 23:07:56 +08:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
|
export const MESSAGES_PER_PAGE_VALUES = [10, 20, 30, 50, 100];
|
||
|
|
||
|
export const UNUSED_OPTION_VALUE = '__UNUSE__';
|