From 93421e902c10c778f7df01a0dbc8d7b3261d8dc2 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Wed, 16 Sep 2015 20:36:06 +0200 Subject: mime: handle non-mime data, just pass it through --- .../sufficientlysecure/keychain/operations/results/OperationResult.java | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java') diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java index 69e7d3d2d..70ff7b338 100644 --- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java +++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java @@ -834,6 +834,7 @@ public abstract class OperationResult implements Parcelable { MSG_DATA_MIME_LENGTH (LogLevel.DEBUG, R.string.msg_data_mime_length), MSG_DATA_MIME (LogLevel.DEBUG, R.string.msg_data_mime), MSG_DATA_MIME_OK (LogLevel.INFO, R.string.msg_data_mime_ok), + MSG_DATA_MIME_NONE (LogLevel.DEBUG, R.string.msg_data_mime_none), MSG_DATA_MIME_PART (LogLevel.DEBUG, R.string.msg_data_mime_part), MSG_DATA_MIME_TYPE (LogLevel.DEBUG, R.string.msg_data_mime_type), MSG_DATA_OK (LogLevel.OK, R.string.msg_data_ok), -- cgit v1.2.3