- && decode_rfc2047(cp, storefile, PATH_MAX+1)
- && *storefile != '/'
- && *storefile != '.'
- && *storefile != '|'
- && *storefile != '!'
- && !strchr (storefile, '%')) {
- ct->c_storeproc = add (storefile, NULL);
+ && *cp != '/'
+ && *cp != '.'
+ && *cp != '|'
+ && *cp != '!'
+ && !strchr (cp, '%')) {
+ ct->c_storeproc = add (cp, NULL);