diff options
| author | Sam Varshavchik | 2022-03-22 07:01:49 -0400 |
|---|---|---|
| committer | GitHub | 2022-03-22 07:01:49 -0400 |
| commit | 869e8b780c21d90ef50c91ad9e4c677f6047fb01 (patch) | |
| tree | 8ec8ab7017d194d84749d670a5ab81cffcd20f9f /imap | |
| parent | 86e68b439f8c5ee56bb74078906f94bf8a498982 (diff) | |
| parent | a1828069b5d9d04061a9bf6d02a157a3e645bf0f (diff) | |
| download | courier-libs-869e8b780c21d90ef50c91ad9e4c677f6047fb01.tar.bz2 | |
Merge pull request #24 from roelvanmeer/debian-patches
Debian patches
Diffstat (limited to 'imap')
| -rw-r--r-- | imap/ChangeLog | 4 | ||||
| -rw-r--r-- | imap/imapd.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/imap/ChangeLog b/imap/ChangeLog index b2c7d20..4b62227 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1101,7 +1101,7 @@ "emailAddress", for compatibility with OpenSSL. * tcpd/libcouriergnutls.c (verify_client): Check for the required - certificate occured in the wrong spot. + certificate occurred in the wrong spot. * tcpd/libcouriergnutls.c (tls_connect): Add call to gnutls_certificate_set_subject() to actually request the client cert. @@ -1785,7 +1785,7 @@ 2004-05-08 Brian Candler <B.Candler@pobox.com> - * pop3dserver.c (do_retr): If error occured during RETR drop the + * pop3dserver.c (do_retr): If error occurred during RETR drop the connection (only sane thing to do). 2004-05-02 Brian Candler <B.Candler@pobox.com> diff --git a/imap/imapd.c b/imap/imapd.c index 71af3fe..8529657 100644 --- a/imap/imapd.c +++ b/imap/imapd.c @@ -6023,7 +6023,7 @@ int uid=0; libmail_kwmDestroy(storeinfo_s.keywords); free(msgset); writes(tag); - writes(" NO An error occured while" + writes(" NO An error occurred while" " updating keywords: "); writes(strerror(errno)); writes(".\r\n"); |
