diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-02-01 15:04:00 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-02-01 15:04:00 +0000 |
commit | 05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a (patch) | |
tree | 758c70cb6bd64afa6adeaa071d49dba91d5ddd9e /mail/asmail | |
parent | 529da1f624ebb1bb70abcbb89c800c11cb6687fb (diff) |
Notes
Diffstat (limited to 'mail/asmail')
-rw-r--r-- | mail/asmail/files/patch-globals.h | 2 | ||||
-rw-r--r-- | mail/asmail/files/patch-imap.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/asmail/files/patch-globals.h b/mail/asmail/files/patch-globals.h index da5be836b047..4c1b05bde44c 100644 --- a/mail/asmail/files/patch-globals.h +++ b/mail/asmail/files/patch-globals.h @@ -11,4 +11,4 @@ #define pthread_attr_default NULL ---- patch-globals.h ends here ---
\ No newline at end of file +--- patch-globals.h ends here --- diff --git a/mail/asmail/files/patch-imap.c b/mail/asmail/files/patch-imap.c index 1afae09b06d4..e1ba33a6c752 100644 --- a/mail/asmail/files/patch-imap.c +++ b/mail/asmail/files/patch-imap.c @@ -29,4 +29,4 @@ + mb->status = STAT_RUN; mb->status |= imap_login(mb, &s); mb->status |= imap_checkmbox(mb, &s); - mb->status |= imap_goodbye(mb, &s);
\ No newline at end of file + mb->status |= imap_goodbye(mb, &s); |