~ubuntu-branches/ubuntu/hardy/squirrelmail/hardy-updates

« back to all changes in this revision

Viewing changes to plugins/listcommands/setup.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst, Jeroen van Wolffelaar, Thijs Kinkhorst
  • Date: 2005-08-15 21:06:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050815210600-qxvat452exjqg64j
Tags: 2:1.4.5-2
[ Jeroen van Wolffelaar ]
* Restore squirrelmail-configure manpage, accidently dropped in -1
* Use debhelper compat level 4

[ Thijs Kinkhorst ]
* Drop obsolete symlink for attachment dir.
* Do not ship upstream README, which contains hardly any information
  relevant to Debian. Extend README.Debian a bit. Thanks W. Borgert.
* Add years to copyright statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 * this plugin displays a menu which gives the user a choice of mailinglist
12
12
 * commands such as (un)subscribe, help and list archives.
13
13
 *
14
 
 * $Id: setup.php,v 1.24.2.6 2005/01/03 08:09:48 jangliss Exp $
 
14
 * $Id: setup.php,v 1.24.2.7 2005/02/28 10:20:12 kink Exp $
 
15
 * @package plugins
 
16
 * @subpackage listcommands
15
17
 */
16
18
 
17
19
function squirrelmail_plugin_init_listcommands () {
58
60
                $url = 'src/compose.php?' .
59
61
                (isset($startMessage)?'startMessage='.$startMessage.'&':'');
60
62
            } else {
61
 
                $url = "../plugins/listcommands/mailout.php?action=$cmd&";
 
63
                $url = "plugins/listcommands/mailout.php?action=$cmd&";
62
64
            }
63
65
            $url .= 'send_to=' . strtr($act,'?','&');
64
66