[geary/wip/remote-retry: 3/3] Comment fixes
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/remote-retry: 3/3] Comment fixes
- Date: Fri, 23 Jan 2015 01:37:37 +0000 (UTC)
commit 90044394f6217c6c228e0ae0871d828885022494
Author: Jim Nelson <jim yorba org>
Date: Thu Jan 22 17:37:07 2015 -0800
Comment fixes
src/engine/api/geary-folder-supports-archive.vala | 1 +
src/engine/api/geary-folder-supports-copy.vala | 1 +
src/engine/api/geary-folder-supports-create.vala | 1 +
src/engine/api/geary-folder-supports-move.vala | 1 +
src/engine/api/geary-folder-supports-remove.vala | 1 +
src/engine/imap-engine/imap-engine.vala | 2 +-
6 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/src/engine/api/geary-folder-supports-archive.vala
b/src/engine/api/geary-folder-supports-archive.vala
index 52578ef..02bcde8 100644
--- a/src/engine/api/geary-folder-supports-archive.vala
+++ b/src/engine/api/geary-folder-supports-archive.vala
@@ -13,6 +13,7 @@
* usually in an All Mail folder and perhaps others. It does not imply that the mail message was
* moved to the Trash folder.
*/
+
public interface Geary.FolderSupport.Archive : Geary.Folder {
/**
* Archives the specified emails from the folder.
diff --git a/src/engine/api/geary-folder-supports-copy.vala b/src/engine/api/geary-folder-supports-copy.vala
index 351a16a..f3fcdab 100644
--- a/src/engine/api/geary-folder-supports-copy.vala
+++ b/src/engine/api/geary-folder-supports-copy.vala
@@ -12,6 +12,7 @@
*
* Copy does not imply { link Geary.FolderSupport.Move}, or vice-versa.
*/
+
public interface Geary.FolderSupport.Copy : Geary.Folder {
/**
* Copies messages into another folder.
diff --git a/src/engine/api/geary-folder-supports-create.vala
b/src/engine/api/geary-folder-supports-create.vala
index f1b5235..6b74581 100644
--- a/src/engine/api/geary-folder-supports-create.vala
+++ b/src/engine/api/geary-folder-supports-create.vala
@@ -13,6 +13,7 @@
* Note that creating an email in the Outbox will queue it for sending. Thus, it may be removed
* without user interaction at some point in the future.
*/
+
public interface Geary.FolderSupport.Create : Geary.Folder {
/**
* Creates (appends) the message to this folder.
diff --git a/src/engine/api/geary-folder-supports-move.vala b/src/engine/api/geary-folder-supports-move.vala
index 58ededf..e4f45c3 100644
--- a/src/engine/api/geary-folder-supports-move.vala
+++ b/src/engine/api/geary-folder-supports-move.vala
@@ -11,6 +11,7 @@
*
* Move does not imply { link Geary.FolderSupport.Copy}, or vice-versa.
*/
+
public interface Geary.FolderSupport.Move : Geary.Folder {
/**
* Moves messages to another folder.
diff --git a/src/engine/api/geary-folder-supports-remove.vala
b/src/engine/api/geary-folder-supports-remove.vala
index 11d1b40..0dcd37b 100644
--- a/src/engine/api/geary-folder-supports-remove.vala
+++ b/src/engine/api/geary-folder-supports-remove.vala
@@ -19,6 +19,7 @@
* A Folder that does not support Remove does not imply that email might not be removed later,
* such as by the server.
*/
+
public interface Geary.FolderSupport.Remove : Geary.Folder {
/**
* Removes the specified emails from the folder.
diff --git a/src/engine/imap-engine/imap-engine.vala b/src/engine/imap-engine/imap-engine.vala
index 97b60c3..3c7d18f 100644
--- a/src/engine/imap-engine/imap-engine.vala
+++ b/src/engine/imap-engine/imap-engine.vala
@@ -60,7 +60,7 @@ private void on_synchronizer_stopped(Object? source, AsyncResult result) {
/**
* A hard failure is defined as one due to hardware or connectivity issues, where a soft failure
- * is due to software reasons, like credential failure or protocol violation.\
+ * is due to software reasons, like credential failure or protocol violation.
*/
private static bool is_hard_failure(Error err) {
// CANCELLED is not a hard error
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]