}
- /* Draw formated compose status line */
+ /* Draw formatted compose status line */
if (menu->redraw & REDRAW_STATUS)
{
compose_status_line (buf, sizeof (buf), 0, menu, NONULL(ComposeFormat));
{
if (i>1 && buf[i-1] == '!')
{
- /* The user selected to override the valididy of that
+ /* The user selected to override the validity of that
key. */
buf[i-1] = 0;
FREE (&buf);
}
-/* Show the valididy of a key used for one signature. */
+/* Show the validity of a key used for one signature. */
static void show_one_sig_validity (gpgme_ctx_t ctx, int idx, STATE *s)
{
gpgme_verify_result_t result = NULL;
state_attach_puts ("\n", s);
}
-/* Show information about one signature. This fucntion is called with
- the context CTX of a sucessful verification operation and the
+/* Show information about one signature. This function is called with
+ the context CTX of a successful verification operation and the
enumerator IDX which should start at 0 and incremete for each
call/signature.
an ugly way of doing it but we have anyway a problem with
arbitrary encoded S/MIME messages: Only the outer part may be
encrypted. The entire mime parsing should be revamped,
- probably by keeping the temportary files so that we don't
+ probably by keeping the temporary files so that we don't
need to decrypt them all the time. Inner parts of an
encrypted part can then pint into this file and tehre won't
never be a need to decrypt again. This needs a partial
return (src);
}
-/* Used by the display fucntion to format a line. */
+/* Used by the display function to format a line. */
static void crypt_entry (char *s, size_t l, MUTTMENU * menu, int num)
{
crypt_key_t **key_table = (crypt_key_t **) menu->data;
/*
- Type defintions for crypto module functions.
+ Type definitions for crypto module functions.
*/
typedef void (*crypt_func_void_passphrase_t) (void);
typedef int (*crypt_func_valid_passphrase_t) (void);
/*
- A structure to decribe a crypto module.
+ A structure to describe a crypto module.
*/
typedef struct crypt_module_specs
{
}
/* Make sure that the next refresh does a full refresh. This could be
- optmized by not doing it at all if DISPLAY is set as this might
+ optimized by not doing it at all if DISPLAY is set as this might
indicate that a GUI based pinentry was used. Having an option to
customize this is of course the Mutt way. */
void mutt_need_hard_redraw (void)
g = AccumDaysPerMonth [t->tm_mon % 12];
/* The leap years are 1972 and every 4. year until 2096,
- * but this algoritm will fail after year 2099 */
+ * but this algorithm will fail after year 2099 */
g += t->tm_mday;
if ((t->tm_year % 4) || t->tm_mon < 2)
g--;
** - .dt starts a term in a definition list.
** - .dd starts a definition in a definition list.
** - .de on a line finishes a definition list.
- ** - .il on a line starts an itemzied list
+ ** - .il on a line starts an itemized list
** - .dd starts an item in an itemized list
** - .ie on a line finishes an itemized list
** - .ts on a line starts a "tscreen" environment (name taken from SGML).
/*
* XXX - we have to play games with the message flags to avoid
- * problematic behaviour with maildir folders.
+ * problematic behavior with maildir folders.
*
*/
}
else
{
- /* determine if this type is on ther user's auto_view list */
+ /* determine if this type is on there user's auto_view list */
LIST *t = AutoViewList;
for (; t; t = t->next) {
a = b;
- /* First, search list of prefered types */
+ /* First, search list of preferred types */
t = AlternativeOrderList;
while (t && !choice)
{
#endif
/* imap_parse_path: given an IMAP mailbox name, return host, port
- * and a path IMAP servers will recognise.
+ * and a path IMAP servers will recognize.
* mx.mbox is malloc'd, caller must free it */
int imap_parse_path (const char* path, IMAP_MBOX* mx)
{
safe_fclose (&fp);
mutt_wait_filter (pid);
- /* if we got output, make a new string consiting of the shell ouptput
+ /* if we got output, make a new string consiting of the shell output
plus whatever else was left on the original line */
/* BUT: If this is inside a quoted string, directly add output to
* the token */
if (Completed[0] == 0 && User_typed[0])
return 0;
- /* Num_matched will _always_ be atleast 1 since the initial
+ /* Num_matched will _always_ be at least 1 since the initial
* user-typed string is always stored */
if (numtabs == 1 && Num_matched == 2)
snprintf(Completed, sizeof(Completed),"%s", Matches[0]);
if (Completed[0] == 0 && User_typed[0])
return 0;
- /* Num_matched will _always_ be atleast 1 since the initial
+ /* Num_matched will _always_ be at least 1 since the initial
* user-typed string is always stored */
if (numtabs == 1 && Num_matched == 2)
snprintf(Completed, sizeof(Completed),"%s", Matches[0]);
if (Completed[0] == 0 && User_typed[0])
return 0;
- /* Num_matched will _always_ be atleast 1 since the initial
+ /* Num_matched will _always_ be at least 1 since the initial
* user-typed string is always stored */
if (numtabs == 1 && Num_matched == 2)
snprintf(Completed, sizeof(Completed),"%s", Matches[0]);
greater_than, /* Comparison. */
less_or_equal, /* Comparison. */
greater_or_equal, /* Comparison. */
- equal, /* Comparision for equality. */
- not_equal, /* Comparision for inequality. */
+ equal, /* Comparison for equality. */
+ not_equal, /* Comparison for inequality. */
land, /* Logical AND. */
lor, /* Logical OR. */
/* Ternary operators: */
#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
#define YYSTACK_USE_ALLOCA
#include <alloca.h>
-#else /* not sparc */
+#else /* not SPARC */
/* We think this test detects Watcom and Microsoft C. */
/* This used to test MSDOS, but that is a bad idea
since that symbol is in the user namespace. */
#endif
#endif /* not _AIX */
#endif /* not MSDOS, or __TURBOC__ */
-#endif /* not sparc */
+#endif /* not SPARC */
#endif /* not GNU C */
#endif /* alloca not defined */
#endif /* YYSTACK_USE_ALLOCA not defined */
/* return values:
* >0 function to execute
* OP_NULL no function bound to key sequence
- * -1 error occured while reading input
+ * -1 error occurred while reading input
*/
int km_dokey (int menu)
{
}
else
{
- ungetc (c, fp); /* undo our dammage */
+ ungetc (c, fp); /* undo our damage */
/* There wasn't room for the line -- increase ``s'' */
offset = *size - 1; /* overwrite the terminating 0 */
*size += STRING;
if (fclose (ctx->fp) != 0 || i == -1)
{
- /* error occured while writing the mailbox back, so keep the temp copy
+ /* error occurred while writing the mailbox back, so keep the temp copy
* around
*/
#include <time.h>
#include <string.h>
-/* mkdtemp fuction for systems which don't have one */
+/* mkdtemp function for systems which don't have one */
char *mkdtemp (char *tmpl)
{
static const char LETTERS[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
/* pseudo options */
- OPTAUXSORT, /* (pseudo) using auxillary sort function */
+ OPTAUXSORT, /* (pseudo) using auxiliary sort function */
OPTFORCEREFRESH, /* (pseudo) refresh even during macros */
OPTLOCALES, /* (pseudo) set if user has valid locale definition */
OPTNOCURSES, /* (pseudo) when sending in batch mode */
unsigned int locked : 1; /* is the mailbox locked? */
unsigned int changed : 1; /* mailbox has been modified */
unsigned int readonly : 1; /* don't allow changes to the mailbox */
- unsigned int dontwrite : 1; /* dont write the mailbox on close */
+ unsigned int dontwrite : 1; /* don't write the mailbox on close */
unsigned int append : 1; /* mailbox is opened in append mode */
unsigned int quiet : 1; /* inhibit status messages? */
unsigned int collapsed : 1; /* are all threads collapsed? */
int pagelen; /* number of entries per screen */
int tagprefix;
- /* Setting dialog != NULL overrides normal menu behaviour.
+ /* Setting dialog != NULL overrides normal menu behavior.
* In dialog mode menubar is hidden and prompt keys are checked before
* normal menu movement keys. This can cause problems with scrolling, if
* prompt keys override movement keys.
return 0;
}
-/* ssl_negotiate: After SSL state has been initialised, attempt to negotiate
+/* ssl_negotiate: After SSL state has been initialized, attempt to negotiate
* SSL over the wire, including certificate checks. */
static int ssl_negotiate (CONNECTION *conn, sslsockdata* ssldata)
{
*/
static int protocol_priority[] = {GNUTLS_TLS1_2, GNUTLS_TLS1_1, GNUTLS_TLS1, GNUTLS_SSL3, 0};
-/* tls_negotiate: After TLS state has been initialised, attempt to negotiate
+/* tls_negotiate: After TLS state has been initialized, attempt to negotiate
* TLS over the wire, including certificate checks. */
static int tls_negotiate (CONNECTION * conn)
{
FREE(p); /* __FREE_CHECKED__ */
}
-/* dynamically grows a BUFFER to accomodate s, in increments of 128 bytes.
+/* dynamically grows a BUFFER to accommodate s, in increments of 128 bytes.
* Always one byte bigger than necessary for the null terminator, and
* the buffer is always null-terminated */
void mutt_buffer_add (BUFFER* buf, const char* s, size_t len)
#endif
/* args:
- * dest destintation mailbox
+ * dest destination mailbox
* hdr message being copied (required for maildir support, because
* the filename depends on the message flags)
*/
for (i=0; *s && i < sizeof (buffer) - 1; i++, s++)
{
if (AssumedCharset && *AssumedCharset) {
- /* As iso-2022-* has a characer of '"' with non-ascii state,
+ /* As iso-2022-* has a character of '"' with non-ascii state,
* ignore it. */
if (*s == 0x1b && i < sizeof (buffer) - 2)
{
continue; /* just ignore */
else if (is_from (line, return_path, sizeof (return_path), &t))
{
- /* MH somtimes has the From_ line in the middle of the header! */
+ /* MH sometimes has the From_ line in the middle of the header! */
if (hdr && !hdr->received)
hdr->received = t - mutt_local_tz (t);
continue;
int untilNow = FALSE;
if (isdigit ((unsigned char)*pc))
{
- /* mininum date specified */
+ /* minimum date specified */
if ((pc = getDate (pc, &min, err)) == NULL)
{
FREE (&buffer.data);
h = Context->hdrs[Context->v2r[i]];
if (h->searched)
{
- /* if we've already evaulated this message, use the cached value */
+ /* if we've already evaluated this message, use the cached value */
if (h->matched)
{
mutt_clear_error();
* Read header
* returns:
* 0 on success
- * -1 - conection lost,
+ * -1 - connection lost,
* -2 - invalid command or execution error,
* -3 - error writing to tempfile
*/
* Read headers
* returns:
* 0 on success
- * -1 - conection lost,
+ * -1 - connection lost,
* -2 - invalid command or execution error,
* -3 - error writing to tempfile
*/
bail:
sasl_dispose (&saslconn);
- /* terminate SASL sessoin if the last responce is not +OK nor -ERR */
+ /* terminate SASL sessoin if the last response is not +OK nor -ERR */
if (!mutt_strncmp (inbuf, "+ ", 2))
{
snprintf (buf, sizeof (buf), "*\r\n");
/*
* Authentication
* 0 - successful,
- * -1 - conection lost,
+ * -1 - connection lost,
* -2 - login failed,
* -3 - authentication canceled.
*/
/*
* Get capabilities
* 0 - successful,
- * -1 - conection lost,
+ * -1 - connection lost,
* -2 - execution error.
*/
static int pop_capabilities (POP_DATA *pop_data, int mode)
/*
* Open connection
* 0 - successful,
- * -1 - conection lost,
+ * -1 - connection lost,
* -2 - invalid response.
*/
int pop_connect (POP_DATA *pop_data)
/*
* Open connection and authenticate
* 0 - successful,
- * -1 - conection lost,
+ * -1 - connection lost,
* -2 - invalid command or execution error,
* -3 - authentication canceled.
*/
/*
* Send data from buffer and receive answer to the same buffer
* 0 - successful,
- * -1 - conection lost,
+ * -1 - connection lost,
* -2 - invalid command or execution error.
*/
int pop_query_d (POP_DATA *pop_data, char *buf, size_t buflen, char *msg)
return -1;
#ifdef DEBUG
- /* print msg instaed of real command */
+ /* print msg instead of real command */
if (msg)
{
dbg = M_SOCK_LOG_FULL;
* funct(NULL, *data) if rewind(*data) needs, exits when fail or done.
* Returned codes:
* 0 - successful,
- * -1 - conection lost,
+ * -1 - connection lost,
* -2 - invalid command or execution error,
* -3 - error in funct(*line, *data)
*/
/*
* Forward one or several message-type attachments. This
* is different from the previous function
- * since we want to mimic the index menu's behaviour.
+ * since we want to mimic the index menu's behavior.
*
* Code reuse from ci_send_message is not possible here -
* ci_send_message relies on a context structure to find messages,
#include <sys/types.h>
#endif
-/* For platform which support the ISO C amendement 1 functionality we
+/* For platform which support the ISO C amendment 1 functionality we
support user defined character classes. */
#ifdef HAVE_WCHAR_H
# include <wchar.h>
#if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H)
/* The GNU C library provides support for user-defined character classes
- and the functions from ISO C amendement 1. */
+ and the functions from ISO C amendment 1. */
# ifdef CHARCLASS_NAME_MAX
# define CHAR_CLASS_MAX_LENGTH CHARCLASS_NAME_MAX
# else
/* If the Reply-To: address is a mailing list, assume that it was
* put there by the mailing list, and use the From: address
*
- * We also take the from header if our correspondant has a reply-to
+ * We also take the from header if our correspondent has a reply-to
* header which is identical to the electronic mail address given
* in his From header.
*
/* the from address must be set here regardless of whether or not
* $use_from is set so that the `~P' (from you) operator in send-hook
* patterns will work. if $use_from is unset, the from address is killed
- * after send-hooks are evaulated */
+ * after send-hooks are evaluated */
if (!msg->env->from)
{
/* we want SIGALRM to abort the current syscall, so we do this before
* setting the SA_RESTART flag below. currently this is only used to
- * timeout on a connect() call in a reasonable amout of time.
+ * timeout on a connect() call in a reasonable amount of time.
*/
sigaction (SIGALRM, &act, NULL);
/*
This sets the '*ToUse' variables for an upcoming decryption, where
- the reuquired key is different from SmimeDefaultKey.
+ the required key is different from SmimeDefaultKey.
*/
void _smime_getkeys (char *mailbox)
* probably requires libm on most operating systems. Don't yet
* support the exponent (e,E) and sigfig (g,G). Also, fmtint()
* was pretty badly broken, it just wasn't being exercised in ways
- * which showed it, so that's been fixed. Also, formated the code
+ * which showed it, so that's been fixed. Also, formatted the code
* to mutt conventions, and removed dead code left over from the
* original. Also, there is now a builtin-test, just compile with:
* gcc -DTEST_SNPRINTF -o snprintf snprintf.c -lm
* Holger Weiss <holger@zedat.fu-berlin.de> 07/23/06 for mutt 1.5.13
* A C99 compliant [v]snprintf() returns the number of characters that
* would have been written to a sufficiently sized buffer (excluding
- * the '\0'). Mutt now relies on this behaviour, but the original
+ * the '\0'). Mutt now relies on this behavior, but the original
* code simply returned the length of the resulting output string, so
* that's been fixed.
*
WHERE short BrowserSort INITVAL (SORT_SUBJECT);
WHERE short Sort INITVAL (SORT_DATE);
-WHERE short SortAux INITVAL (SORT_DATE); /* auxiallary sorting method */
+WHERE short SortAux INITVAL (SORT_DATE); /* auxiliary sorting method */
WHERE short SortAlias INITVAL (SORT_ALIAS);
/* FIXME: This one does not belong to here */
/* Looking for the first bad reference according to the new threading.
* Optimal since Mutt stores the references in reverse order, and the
- * first loop should match immediatly for mails respecting RFC2822. */
+ * first loop should match immediately for mails respecting RFC2822. */
for (p = brk; !done && p; p = p->parent)
for (ref = cur->message->env->references; p->message && ref; ref = ref->next)
if (!mutt_strcasecmp (ref->data, p->message->env->message_id))