diff options
| author | Aleksander Machniak <alec@alec.pl> | 2013-08-29 09:20:33 +0200 |
|---|---|---|
| committer | Aleksander Machniak <alec@alec.pl> | 2013-08-29 09:23:52 +0200 |
| commit | c1a0b072424568957eb686a049d8419e4d96c476 (patch) | |
| tree | 5eee76a7ab855bc6cbe5929fe89a61f1d874dfa7 /plugins/markasjunk/package.xml | |
| parent | 5df7179b32e363ad0c7c2c3d6d8b5411252c9402 (diff) | |
Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)
Added possibility to register flag mappings by a plugin.
Conflicts:
plugins/markasjunk/markasjunk.php
program/lib/Roundcube/rcube_imap_generic.php
Diffstat (limited to 'plugins/markasjunk/package.xml')
| -rw-r--r-- | plugins/markasjunk/package.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/markasjunk/package.xml b/plugins/markasjunk/package.xml index a5b4bf92c..95597481a 100644 --- a/plugins/markasjunk/package.xml +++ b/plugins/markasjunk/package.xml @@ -13,11 +13,10 @@ <email>roundcube@gmail.com</email> <active>yes</active> </lead> - <date>2010-03-29</date> - <time>13:20:00</time> + <date>2013-08-29</date> <version> - <release>1.1</release> - <api>1.1</api> + <release>1.2</release> + <api>1.2</api> </version> <stability> <release>stable</release> |
