From b711e2b05115d5a564efcdc453ffbb006eabbbe4 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 22 May 2011 13:44:12 +0300 Subject: [PATCH] * mu-config: reindent, remove --xquery --- src/mu-config.c | 4 ++-- src/mu-config.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mu-config.c b/src/mu-config.c index 9397b3da..cbd08b7d 100644 --- a/src/mu-config.c +++ b/src/mu-config.c @@ -263,7 +263,7 @@ parse_cmd (MuConfig *opts, int *argcp, char ***argvp) int i; typedef struct { const gchar* _name; - MuConfigCmd _cmd; + MuConfigCmd _cmd; } Cmd; Cmd cmd_map[] = { @@ -287,7 +287,7 @@ parse_cmd (MuConfig *opts, int *argcp, char ***argvp) * etc.)*/ return TRUE; - opts->cmd = MU_CONFIG_CMD_UNKNOWN; + opts->cmd = MU_CONFIG_CMD_UNKNOWN; opts->cmdstr = (*argvp)[1]; for (i = 0; i != G_N_ELEMENTS(cmd_map); ++i) diff --git a/src/mu-config.h b/src/mu-config.h index 1a4dc589..49167cdd 100644 --- a/src/mu-config.h +++ b/src/mu-config.h @@ -39,7 +39,7 @@ G_BEGIN_DECLS /* output formats for 'mu cfind' */ #define MU_CONFIG_FORMAT_MUTT_ALIAS "mutt-alias" /* mutt alias style */ -#define MU_CONFIG_FORMAT_MUTT_AB "mutt-ab" /* mutt ext addr book */ +#define MU_CONFIG_FORMAT_MUTT_AB "mutt-ab" /* mutt ext abook */ #define MU_CONFIG_FORMAT_WL "wl" /* Wanderlust abook */ #define MU_CONFIG_FORMAT_CSV "csv" /* comma-sep'd values */ #define MU_CONFIG_FORMAT_ORG_CONTACT "org-contact" /* org-contact */ @@ -68,7 +68,7 @@ struct _MuConfig { MuConfigCmd cmd; /* the command, or * MU_CONFIG_CMD_NONE */ const char *cmdstr; /* cmd string, for user - * info */ + * info */ /* general options */ gboolean quiet; /* don't give any output */ @@ -97,7 +97,7 @@ struct _MuConfig { unsigned summary_len; /* max # of lines of msg in summary */ char *bookmark; /* use bookmark */ char *formatstr; /* output type - * (plain*,links,xml,json,sexp) */ + * (plain,links,xml,json,sexp) */ /* output to a maildir with symlinks */ char *linksdir; /* maildir to output symlinks */ @@ -111,7 +111,7 @@ struct _MuConfig { * to save / open */ char *targetdir; /* where to save the attachments */ gboolean overwrite; /* should we overwrite same-named files */ - gboolean play; /* after saving, try to play + gboolean play; /* after saving, try to 'play' * (open) the attmnt using xdgopen */ }; typedef struct _MuConfig MuConfig;