search for: mail_draft

Displaying 2 results from an estimated 2 matches for "mail_draft".

2003 Sep 29
1
Handling of X-Status flags
...at Sep 27 13:17:04 2003 @@ -109,10 +109,10 @@ case 'S': /* seen */ flags |= MAIL_SEEN; break; - case 'T': /* trashed */ + case 'D': /* trashed */ flags |= MAIL_DELETED; break; - case 'D': /* draft */ + case 'T': /* draft */ flags |= MAIL_DRAFT; break; case 'F': /* flagged */ @@ -168,9 +168,9 @@ nextflag = *oldflags == '\0' || *oldflags == ',' ? 256 : (unsigned char) *oldflags; - if ((flags & MAIL_DRAFT) && nextflag > 'D') { + if ((flags & MAIL_DELETED) && nextfl...
2003 Oct 02
2
Patches
As the freeze for Debian sarge slowly approaches I want to make sure the Dovecot packages are in as good condition as possible. I see there have been a number of patches since 0.99.10. I have added the following patches: * segfault when user home directory is empty * Proper PAM service name * Make suid work on 2.6 kernels Any other patches thatI ought to add. Or better yet, will there be a