* crypto: implement 'mu verify' command -- WIP

This commit is contained in:
djcb
2012-07-17 19:17:49 +03:00
parent 9e59b1f29b
commit bf2585b50e
5 changed files with 118 additions and 8 deletions

View File

@ -72,6 +72,7 @@ enum _MuConfigCmd {
MU_CONFIG_CMD_ADD,
MU_CONFIG_CMD_REMOVE,
MU_CONFIG_CMD_SERVER,
MU_CONFIG_CMD_VERIFY,
MU_CONFIG_CMD_NONE
};
@ -97,6 +98,7 @@ struct _MuConfig {
gchar** params; /* parameters (for querying) */
gboolean nocolor; /* don't use use ansi-colors
* in some output */
gboolean verbose; /* verbose output */
/* options for indexing */
char *maildir; /* where the mails are */
@ -135,6 +137,10 @@ struct _MuConfig {
time_t after; /* only show messages or
* adresses last seen after
* T */
/* options for verify */
gboolean auto_retrieve; /* assume we're online */
gboolean use_agent; /* attempt to use the gpg-agent */
/* options for view */
gboolean terminator; /* add separator \f between