mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 14:55:48 +00: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__';
|