about summary refs log tree commit diff stats
path: root/pkgs/by-name/mp/mpp/mpp.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpkgs/by-name/mp/mpp/mpp.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/by-name/mp/mpp/mpp.sh b/pkgs/by-name/mp/mpp/mpp.sh
index 1507d5cc..e52bfcdc 100755
--- a/pkgs/by-name/mp/mpp/mpp.sh
+++ b/pkgs/by-name/mp/mpp/mpp.sh
@@ -10,7 +10,7 @@
 # You should have received a copy of the License along with this program.
 # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
 
-case "$1" in
+case "${1-}" in
 "searchadd")
     shift 1
     mpp-searchadd "$@"
@@ -23,6 +23,10 @@ case "$1" in
     shift 1
     mpp-beetrm "$@"
     ;;
+"popm")
+    shift 1
+    mpdpopm "$@"
+    ;;
 *)
     mpc "$@"
     ;;