[geary/mjog/imap-connection-fixes: 94/110] Minor doc comment update
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/imap-connection-fixes: 94/110] Minor doc comment update
- Date: Sat, 21 Mar 2020 07:20:32 +0000 (UTC)
commit 9d61331fc5b0282b540bc75cfbdada069b57bbae
Author: Michael Gratton <mike vee net>
Date: Sun Dec 29 12:28:10 2019 +1030
Minor doc comment update
src/engine/imap/imap-error.vala | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/src/engine/imap/imap-error.vala b/src/engine/imap/imap-error.vala
index df1821df..8e467556 100644
--- a/src/engine/imap/imap-error.vala
+++ b/src/engine/imap/imap-error.vala
@@ -63,6 +63,11 @@ public errordomain Geary.ImapError {
/**
* The remote IMAP server not currently available.
+ *
+ * This does not indicate a network error, rather it indicates a
+ * connection to the server was established but the server
+ * indicated it is not currently servicing the connection.
*/
- UNAVAILABLE
+ UNAVAILABLE;
+
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]