Commit Graph

27 Commits

Author SHA1 Message Date
Michael Voříšek
ecd2796622 Fix JS whitespace CS (#9327)
* fix "no-extra-semi"

* fix "object-curly-spacing"

* fix "block-spacing"

* fix "padded-blocks"

* fix "space-before-blocks"

* fix "space-before-function-paren"

* fix "operator-linebreak"

* fix "space-unary-ops"

* fix "space-infix-ops"

* fix most "brace-style"

* fix "curly"

* fix most "brace-style" II

* fix "no-multi-spaces"

* search regex: (?<=\n)( +)(?! ).*\n(?!\1)( +)(&&|\|\||\()

* search regex: (?<=\n)( +)(?! |\*/).*(?<!;)\n(?!\1)( +)(?! |\}|\]|\)|\.)

* fix mostly "brace-style" /w allowSingleLine: false

* fix cs

* search regex: (//|/\*).*\n\s+\{
2024-01-30 07:50:02 +01:00
Michael Voříšek
740267fac0 Lint JS files using eslint and normalize JS indentation (#9280)
* Lint JS using eslint

* Fix "comma-spacing"

* Fix "semi"

* Fix indent to unified 4 spaces as for PHP

* ignore symlinked public_html/* files
2023-12-23 17:08:32 +01:00
Aleksander Machniak
2213efc850 Archive: Fix missing Archive icon in folder selector popup in Elastic 2019-10-12 10:44:45 +02:00
Aleksander Machniak
46ee823fd9 Archive: Fix bug where next email was not displayed after Archive button use (#6965) 2019-10-12 10:23:14 +02:00
Aleksander Machniak
57c67db029 Remove year(s) from copyright headers + some cleanup 2019-04-16 10:42:45 +02:00
Aleksander Machniak
1f9ac5c18f Style Archive folder (icon) also in folder selector 2017-11-02 19:26:39 +01:00
Aleksander Machniak
238ec1ecdf Archive: Style folder icon also in Settings > Folders 2017-10-30 11:48:56 +01:00
Aleksander Machniak
19133769e5 Fix archiving by sender address on cyrus-imap
Cyrus-IMAP does not allow @-character in folder names
2017-06-30 09:23:17 +02:00
Aleksander Machniak
d85f30bec4 Archive: Don't reload messages list when it's not needed (#5225)
Archive: Add option to automatically mark archived messages as \Seen (#5142)
2016-10-02 19:43:04 +02:00
Aleksander Machniak
4f0abbf5fe CS and indent fixes, added $task property definition 2016-05-28 20:32:14 +02:00
Aleksander Machniak
4cfe230e56 Fix so subfolders of INBOX can be set as Archive (#5274) 2016-05-27 18:13:59 +02:00
Thomas Bruederli
b34d679075 Specify licenses in all javascript files and blocks to please LibreJS 2014-04-27 15:35:07 +02:00
Thomas Bruederli
7fce8fbbde Adapt archive and markasjunk plugins to work with multi-folder search results 2014-04-07 18:00:09 +02:00
Aleksander Machniak
dc0b500e78 Removed redundant default_folders config option (#1489737)
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2014-04-01 19:27:07 +02:00
Aleksander Machniak
538e64c572 Fix Closure-compiler warnings, small code improvements 2013-12-18 20:57:35 +01:00
Aleksander Machniak
3433637cb9 Fix archive button state (i.e. checking if current folder is archive folder) 2013-11-07 15:49:14 +01:00
Aleksander Machniak
6a91448aee Improve performance and code readability by using String's startsWith() method, other code improvements 2013-10-30 19:51:55 +01:00
Aleksander Machniak
442f37c313 Fix list update after archive action on search result 2013-10-30 11:02:34 +01:00
Aleksander Machniak
07f161dd4e Improved checking if current folder is an archive folder (or subfolder) 2013-10-30 10:42:23 +01:00
Aleksander Machniak
691cbc276d Fix archive action for all messages in a folder (#1489405) 2013-10-30 10:32:48 +01:00
Aleksander Machniak
a6cc96a55d Fix archive button on messages page when using archive_type != '' (#1489404) 2013-10-30 10:02:48 +01:00
Aleksander Machniak
3e3f39a06c 'moveto' -> 'move', cs fixes 2013-07-01 12:39:11 +02:00
Thomas Bruederli
67cb017b0c Extend archive plugin with user-configurable options to move messages into subfolders according to their date, sender or originating folder 2013-01-20 16:28:02 +01:00
thomascube
48e9c14ebd Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 2012-03-31 12:25:48 +00:00
till
63a3dc5fde moved plugins 2010-03-20 14:20:01 +00:00
alecpl
34aec72131 - Support skins in 'archive' and 'markasjunk' plugins 2009-09-15 13:47:12 +00:00
thomascube
85c812acec Added archive plugin 2009-08-27 07:07:10 +00:00