diff options
| -rwxr-xr-x | interimap | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -276,7 +276,7 @@ foreach my $name (qw/local remote/) {  #  # Add a new mailbox to the database. -my $STH_INSERT_MAILBOX= $DBH->prepare(q{INSERT INTO mailboxes (mailbox,subscribed) VALUES (?,?)}); +my $STH_INSERT_MAILBOX = $DBH->prepare(q{INSERT INTO mailboxes (mailbox,subscribed) VALUES (?,?)});  # Get the index associated with a mailbox.  my $STH_GET_INDEX = $DBH->prepare(q{SELECT idx,subscribed FROM mailboxes WHERE mailbox = ?});  | 
