Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > bb04d180e39a882d3263eec444ab727a > files > 416

dovecot-2.2.15-3.fc20.i686.rpm

---%<-------------------------------------------------------------------------
#!/bin/sh
# Written by Michal Grzedzicki - public domain
# handy script to rename uw-imapd style subscriptions to dovecot

for hdir in `cat /etc/passwd|cut -d: -f6` ; do
    if [ -f "$hdir/.mailboxlist" ]; then
        cp -a "$hdir/.mailboxlist" "$hdir/.subscriptions"
    fi
done
---%<-------------------------------------------------------------------------

(This file was created from the wiki on 2014-10-03 04:43)