From 7fce8fbbde18152b3130bc169beaa9069c85b611 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Mon, 07 Apr 2014 12:00:09 -0400 Subject: [PATCH] Adapt archive and markasjunk plugins to work with multi-folder search results --- plugins/archive/archive.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/archive/archive.js b/plugins/archive/archive.js index c0d074c..58e7d62 100644 --- a/plugins/archive/archive.js +++ b/plugins/archive/archive.js @@ -1,6 +1,6 @@ /** * Archive plugin script - * @version 2.2 + * @version 2.3 */ function rcmail_archive(prop) -- Gitblit v1.9.1