]> code.citadel.org Git - citadel.git/blobdiff - citadel/imap_misc.c
* Added support for "transient goto" which allows entry into a private and/or
[citadel.git] / citadel / imap_misc.c
index a90f203ac537d8d43b6394d2fec818e26b2b23f2..6878fea5dcdd9bfd23208cfd3e3e3831410d9b5d 100644 (file)
@@ -285,7 +285,7 @@ void imap_append(int num_parms, char *parms[]) {
        if (IMAP->selected) {
                strcpy(savedroom, CC->quickroom.QRname);
        }
-       usergoto(roomname, 0, &msgs, &new);
+       usergoto(roomname, 0, 0, &msgs, &new);
 
        /* 
         * Can we post here?
@@ -312,7 +312,7 @@ void imap_append(int num_parms, char *parms[]) {
         * our happy day without violent explosions.
         */
        if (IMAP->selected) {
-               usergoto(savedroom, 0, &msgs, &new);
+               usergoto(savedroom, 0, 0, &msgs, &new);
        }
 
        /* We don't need this buffer anymore */