~ubuntu-branches/ubuntu/edgy/dovecot/edgy-updates

« back to all changes in this revision

Viewing changes to src/pop3/commands.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-07 10:04:42 UTC
  • mfrom: (1.10.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060707100442-3oixipbdffprdybm
Tags: 1.0.rc2-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
        if (client->deleted_bitmask == NULL)
195
195
                return TRUE;
196
196
 
 
197
        if (mailbox_is_readonly(client->mailbox)) {
 
198
                /* silently ignore */
 
199
                return TRUE;
 
200
        }
 
201
 
197
202
        memset(&seqset, 0, sizeof(seqset));
198
203
        memset(&search_arg, 0, sizeof(search_arg));
199
204
        seqset.seq1 = 1;