#!/bin/sh

ID=$1; shift

find ~/Maildir -name "*U=${ID}:*" -exec ls -l {} \;