mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 07:18:39 +08:00
cfdbe3251e
Because viewUserPic is always false due to the removed Gravatar feature
3 lines
112 B
JavaScript
3 lines
112 B
JavaScript
export const MESSAGES_PER_PAGE_VALUES = [10, 20, 30, 50, 100];
|
|
|
|
export const UNUSED_OPTION_VALUE = '__UNUSE__';
|