]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/CGI.pm
* Stop hard coding the path to spool in age-1
[debbugs.git] / Debbugs / CGI.pm
index 1ba47996744eeb2ec4358db4da55910e30d9ba8e..cceeb36cdddf8df589536e2c24bf604be3c5a7b4 100644 (file)
@@ -350,8 +350,10 @@ our @package_search_key_order = (package   => 'in package',
                                 submitter => 'submitted by',
                                 owner     => 'owned by',
                                 status    => 'with status',
+                                affects   => 'which affect package',
                                 correspondent => 'with mail from',
                                 newest        => 'newest bugs',
+                                bugs          => 'in bug',
                                );
 our %package_search_keys = @package_search_key_order;