projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Next/previous is working a bit better
[squirrelmail.git]
/
src
/
right_main.php3
diff --git
a/src/right_main.php3
b/src/right_main.php3
index
eb8e378
..
ab5cd7d
100644
(file)
--- a/
src/right_main.php3
+++ b/
src/right_main.php3
@@
-74,7
+74,7
@@
// switch to the mailbox, and get the number of messages in it.
selectMailbox($imapConnection, $mailbox, $numMessages);
// switch to the mailbox, and get the number of messages in it.
selectMailbox($imapConnection, $mailbox, $numMessages);
- $numMessages = $numMessages - 1; // I did this so it's 0 based like the message array
+
//
$numMessages = $numMessages - 1; // I did this so it's 0 based like the message array
// make a URL safe $mailbox for use in the links
$urlMailbox = urlencode($mailbox);
// make a URL safe $mailbox for use in the links
$urlMailbox = urlencode($mailbox);