X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Froom_ops.c;h=46490bd9dd0702c783681ec3f83aff7cc3746e91;hb=b509e7dba97ad519febad663b8b3b44d8f2c3974;hp=80fada02cd0ba74dbb11f610f163f882f11410a5;hpb=3180c7ad7488ca85873485e42e0b3b77f7746495;p=citadel.git diff --git a/citadel/room_ops.c b/citadel/room_ops.c index 80fada02c..46490bd9d 100644 --- a/citadel/room_ops.c +++ b/citadel/room_ops.c @@ -941,6 +941,9 @@ void cmd_goto(char *gargs) else if (!strcasecmp(towhere, "_MAIL_")) { safestrncpy(towhere, MAILROOM, sizeof towhere); } + else if (!strcasecmp(towhere, "_TRASH_")) { + safestrncpy(towhere, USERTRASHROOM, sizeof towhere); + } else if (!strcasecmp(towhere, "_BITBUCKET_")) { safestrncpy(towhere, config.c_twitroom, sizeof towhere); }