diff --git a/src/commands/CmdUrgency.cpp b/src/commands/CmdUrgency.cpp index c47a18c49..d43e31c45 100644 --- a/src/commands/CmdUrgency.cpp +++ b/src/commands/CmdUrgency.cpp @@ -45,7 +45,7 @@ CmdUrgency::CmdUrgency () _read_only = true; _displays_id = false; _needs_gc = true; - _uses_context = true; + _uses_context = false; _accepts_filter = true; _accepts_modifications = false; _accepts_miscellaneous = false;