Move into any queue

Should the agent be able to move tickets into queue which it isn't member of the group (Helpfully if you use OpenTRS in ASP (Application Service Provider) mode).

Example 7-6. Kernel/Config.pm - Move into any queue

[...]
    # MoveInToAllQueues
    # (Possible to move in all queue? Not only queue which
    # the own groups) [1|0]
    $Self->{MoveInToAllQueues} = 1;
[...]