From 5f2312a9a8b2a7cb9b4d523fc54cd00f153a3bf3 Mon Sep 17 00:00:00 2001 From: joe Date: Sun, 21 Jun 2015 19:03:49 -0400 Subject: Started support for deleting subkeys --- KeyRing.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'KeyRing.hs') diff --git a/KeyRing.hs b/KeyRing.hs index 75e19b3..30e0382 100644 --- a/KeyRing.hs +++ b/KeyRing.hs @@ -399,6 +399,9 @@ data Transform = -- A tor-style UID is one of the following form: -- -- > Anonymous + | DeleteSubKey String + -- ^ Delete the subkey specified by the given fingerprint and any + -- associated signatures on that key. deriving (Eq,Ord) -- | This type describes an idempotent transformation (merge or import) on a @@ -624,6 +627,7 @@ data KikiReportAction = | UnableToExport KeyAlgorithm String | FailedFileWrite | HostsDiff ByteString + | DeletedPacket Packet deriving Show uncamel :: String -> String -- cgit v1.2.3