}
/**
- * ssl_init - Initialist the SSL library
+ * ssl_init - Initialise the SSL library
* @retval 0 Success
* @retval -1 Error
*
/**
* mutt_tunnel_socket_setup - setups tunnel connection functions.
- * @param conn Connection to asign functions to
+ * @param conn Connection to assign functions to
*
* Assign tunnel socket functions to the Connection conn.
*/
/**
* mutt_wstr_trunc - Work out how to truncate a widechar string
- * @param[in] src String to measute
+ * @param[in] src String to measure
* @param[in] maxlen Maximum length of string in bytes
* @param[in] maxwid Maximum width in screen columns
* @param[out] width Save the truncated screen column width
* If @a path exists and is a directory, it is used.
* If @a path has a trailing '/' it is assumed to be a directory.
* If ICONV isn't being used, then a suffix is added to the path, e.g. '-utf-8'.
- * Otherise @a path is assumed to be a file.
+ * Otherwise @a path is assumed to be a file.
*/
static const char *hcache_per_folder(const char *path, const char *folder, hcache_namer_t namer)
{
return -1;
VILLA *db = ctx;
- /* Not sure if dbecode is reset on success, so better to explicitely return 0
+ /* Not sure if dbecode is reset on success, so better to explicitly return 0
* on success */
bool success = vlput(db, key, keylen, data, dlen, VL_DOVER);
return success ? 0 : dpecode ? dpecode : -1;
return -1;
VILLA *db = ctx;
- /* Not sure if dbecode is reset on success, so better to explicitely return 0
+ /* Not sure if dbecode is reset on success, so better to explicitly return 0
* on success */
bool success = vlout(db, key, keylen);
return success ? 0 : dpecode ? dpecode : -1;
#define IMAP_CMD_BUFSIZE 512
/**
- * Capabilities - Server capabilties strings that we understand
+ * Capabilities - Server capabilities strings that we understand
*
* @note This must be kept in the same order as ImapCaps.
*
* @param ctx Context
* @param msg Email info
* @retval 0 Success
- * @retval EOF fclose() failured, see errno
+ * @retval EOF fclose() failed, see errno
* @retval -1 Failure
*/
int imap_commit_message(struct Context *ctx, struct Message *msg)
{ "ssl_ciphers", DT_STRING, R_NONE, UL &SslCiphers, UL 0 },
/*
** .pp
- ** Contains a colon-seperated list of ciphers to use when using SSL.
+ ** Contains a colon-separated list of ciphers to use when using SSL.
** For OpenSSL, see ciphers(1) for the syntax of the string.
** .pp
** For GnuTLS, this option will be used in place of "NORMAL" at the
* @param nflen Length of new filename
* @param newdir New directory name
* @param ndlen Length of new directory name
- * @retval 0 Succes 0 Success
+ * @retval 0 Success
* @retval -1 Error
*/
static int mkwrapdir(const char *path, char *newfile, size_t nflen, char *newdir, size_t ndlen)
}
/**
- * mutt_str_append_item - Add string to another seprated by sep
- * @param str String appened
+ * mutt_str_append_item - Add string to another separated by sep
+ * @param str String appended
* @param item String to append
* @param sep separator between string item
*
/**
* @file
- * GUI display the mailboxes in a side panel
+ * All user-callable functions
*
* @authors
* Copyright (C) 2017 Damien Riegel <damien.riegel@gmail.com>
_fmt(OP_MAIN_SHOW_LIMIT, N_("show currently active limit pattern")) \
_fmt(OP_MAIN_COLLAPSE_THREAD, N_("collapse/uncollapse current thread")) \
_fmt(OP_MAIN_COLLAPSE_ALL, N_("collapse/uncollapse all threads")) \
- _fmt(OP_MAIN_MODIFY_TAGS, N_("modify (notmuch/imap) tags")) \
- _fmt(OP_MAIN_MODIFY_TAGS_THEN_HIDE, N_("modify (notmuch/imap) tags and then hide message")) \
+ _fmt(OP_MAIN_MODIFY_TAGS, N_("modify (notmuch/imap) tags")) \
+ _fmt(OP_MAIN_MODIFY_TAGS_THEN_HIDE, N_("modify (notmuch/imap) tags and then hide message")) \
#define OPS_CRYPT(_fmt) \
_fmt(OP_DECRYPT_SAVE, N_("make decrypted copy and delete")) \
#include "rfc822.h"
/**
- * struct Coord - Screen coordindates
+ * struct Coord - Screen coordinates
*/
struct Coord
{
* @param type Text type in "type/subtype" format
* @param entry struct Rfc1524MailcapEntry to populate with results
* @param opt Type of mailcap entry to lookup
- * @retval 1 on success. If *entry is not NULL it poplates it with the mailcap entry
+ * @retval 1 on success. If *entry is not NULL it populates it with the mailcap entry
* @retval 0 if no matching entry is found
*
* opt can be one of: #MUTT_EDIT, #MUTT_COMPOSE, #MUTT_PRINT, #MUTT_AUTOVIEW