···307307308308/* Checks the specified maildir subdir (cur or new) for new mail or mail counts.
309309 * check_new: if true, check for new mail.
310310- * check_stats: if true, count total, new, and flagged mesages.
310310+ * check_stats: if true, count total, new, and flagged messages.
311311 * Returns 1 if the dir has new mail.
312312 */
313313static int buffy_maildir_check_dir (BUFFY* mailbox, const char *dir_name, int check_new,
···387387}
388388389389/* Checks new mail for a maildir mailbox.
390390- * check_stats: if true, also count total, new, and flagged mesages.
390390+ * check_stats: if true, also count total, new, and flagged messages.
391391 * Returns 1 if the mailbox has new mail.
392392 */
393393static int buffy_maildir_check (BUFFY* mailbox, int check_stats)
···412412}
413413414414/* Checks new mail for an mbox mailbox
415415- * check_stats: if true, also count total, new, and flagged mesages.
415415+ * check_stats: if true, also count total, new, and flagged messages.
416416 * Returns 1 if the mailbox has new mail.
417417 */
418418static int buffy_mbox_check (BUFFY* mailbox, struct stat *sb, int check_stats)
+1-1
contrib/sample.muttrc
···3737#set fast_reply # skip initial prompts when replying
3838#set fcc_attach # keep attachments in copies of sent messages?
3939#set force_name # fcc by recipient, create if mailbox doesn't exist
4040-#set forward_decode # weed and MIME decode forwaded messages
4040+#set forward_decode # weed and MIME decode forwarded messages
4141#set forward_format="[%a: %s]" # subject to use when forwarding messages
4242#set forward_quote # quote the header and body of forward msgs
4343#set index_format="%4C %Z %{%m/%d} [%2N] %-15.15F (%4c) %s"
+1-1
crypt-mod.h
···6969typedef void (*crypt_func_set_sender_t) (const char *sender);
70707171/*
7272- A structure to keep all crypto module fucntions together.
7272+ A structure to keep all crypto module functions together.
7373 */
7474typedef struct crypt_module_functions
7575{
+1-1
crypt.c
···248248 /* free tmp_body if messages was signed AND encrypted ... */
249249 if (tmp_smime_pbody != msg->content && tmp_smime_pbody != tmp_pbody)
250250 {
251251- /* detatch and don't delete msg->content,
251251+ /* detach and don't delete msg->content,
252252 which tmp_smime_pbody->parts after signing. */
253253 tmp_smime_pbody->parts = tmp_smime_pbody->parts->next;
254254 msg->content->next = NULL;
+1-1
doc/manual.xml.head
···52665266</para>
5267526752685268<para>
52695269-Special attention has to be payed when using regular expressions inside
52695269+Special attention has to be paid when using regular expressions inside
52705270of patterns. Specifically, Mutt's parser for these patterns will strip
52715271one level of backslash (<quote>\</quote>), which is normally used for
52725272quoting. If it is your intention to use a backslash in the regular
+1-1
hcache.c
···686686 return hcpath;
687687}
688688689689-/* This function transforms a header into a char so that it is useable by
689689+/* This function transforms a header into a char so that it is usable by
690690 * db_store.
691691 */
692692static void *
+1-1
init.c
···35713571 AliasFile = safe_strdup (Muttrc);
35723572 }
3573357335743574- /* Process the global rc file if it exists and the user hasn't explicity
35743574+ /* Process the global rc file if it exists and the user hasn't explicitly
35753575 requested not to via "-n". */
35763576 if (!skip_sys_rc)
35773577 {
+1-1
intl/dcigettext.c
···573573 /* When this is a SUID binary we must not allow accessing files
574574 outside the dedicated directories. */
575575 if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))
576576- /* Ingore this entry. */
576576+ /* Ignore this entry. */
577577 continue;
578578 }
579579
+1-1
intl/libgettext.h
···42424343#endif
44444545-/* For automatical extraction of messages sometimes no real
4545+/* For automatic extraction of messages sometimes no real
4646 translation is needed. Instead the string itself is the result. */
4747#define gettext_noop(Str) (Str)
4848
+2-2
mh.c
···265265}
266266267267/* Checks new mail for a mh mailbox.
268268- * check_stats: if true, also count total, new, and flagged mesages.
268268+ * check_stats: if true, also count total, new, and flagged messages.
269269 * Returns 1 if the mailbox has new mail.
270270 */
271271int mh_buffy (BUFFY *mailbox, int check_stats)
···1394139413951395 /*
13961396 * The maildir specification requires that all files in the cur
13971397- * subdirectory have the :unique string appeneded, regardless of whether
13971397+ * subdirectory have the :unique string appended, regardless of whether
13981398 * or not there are any flags. If .old is set, we know that this message
13991399 * will end up in the cur directory, so we include it in the following
14001400 * test even though there is no associated flag.
+1-1
mutt.h
···665665 struct parameter *next;
666666} PARAMETER;
667667668668-/* Information that helps in determing the Content-* of an attachment */
668668+/* Information that helps in determining the Content-* of an attachment */
669669typedef struct content
670670{
671671 long hibin; /* 8-bit characters */
+1-1
mutt_ssl.c
···296296 * Even though only OpenSSL 0.9.5 and later will complain about the
297297 * lack of entropy, we try to our best and fill the pool with older
298298 * versions also. (That's the reason for the ugly #ifdefs and macros,
299299- * otherwise I could have simply #ifdef'd the whole ssl_init funcion)
299299+ * otherwise I could have simply #ifdef'd the whole ssl_init function)
300300 */
301301static int ssl_init (void)
302302{
+1-1
pager.c
···179179resolve_color (struct line_t *lineInfo, int n, int cnt, int flags, int special,
180180 ansi_attr *a)
181181{
182182- int def_color; /* color without syntax hilight */
182182+ int def_color; /* color without syntax highlight */
183183 int color; /* final color */
184184 static int last_color; /* last color set */
185185 int search = 0, i, m;
+1-1
postpone.c
···298298 {
299299 if (ctx)
300300 {
301301- /* if a mailbox is currently open, look to see if the orignal message
301301+ /* if a mailbox is currently open, look to see if the original message
302302 the user attempted to reply to is in this mailbox */
303303 p = skip_email_wsp(tmp->data + 18);
304304 if (!ctx->id_hash)
+1-1
send.c
···15751575 }
15761576 }
1577157715781578- /* opportunistic encrypt relys on SMIME or PGP already being selected */
15781578+ /* opportunistic encrypt relies on SMIME or PGP already being selected */
15791579 if (option (OPTCRYPTOPPORTUNISTICENCRYPT))
15801580 {
15811581 /* If something has already enabled encryption, e.g. OPTCRYPTAUTOENCRYPT
+1-1
sendlib.c
···28062806 * */
28072807 mutt_write_rfc822_header (msg->fp, hdr->env, hdr->content, post ? -post : 0, 0);
2808280828092809- /* (postponment) if this was a reply of some sort, <msgid> contians the
28092809+ /* (postponment) if this was a reply of some sort, <msgid> contains the
28102810 * Message-ID: of message replied to. Save it using a special X-Mutt-
28112811 * header so it can be picked up if the message is recalled at a later
28122812 * point in time. This will allow the message to be marked as replied if
+2-2
smime_keys.pl
···176176 label : keyID required. changes/removes/adds label.
177177 remove : keyID required.
178178 verify : 1=keyID and optionally 2=CRL
179179- Verifies the certificate chain, and optionally wether
179179+ Verifies the certificate chain, and optionally whether
180180 this certificate is included in supplied CRL (PEM format).
181181 Note: to verify all certificates at the same time,
182182 replace keyID with "all"
···615615 my $format = openssl_format($filename);
616616 my @args = ("x509", "-in", $filename, "-inform", $format);
617617 my $output = join("", openssl_exec(@args));
618618- $? and die "openssl x509 certicate dump returned $?";
618618+ $? and die "openssl x509 certificate dump returned $?";
619619620620 return $output;
621621}
+1-1
thread.c
···408408 return (subjects);
409409}
410410411411-/* find the best possible match for a parent mesage based upon subject.
411411+/* find the best possible match for a parent message based upon subject.
412412 * if there are multiple matches, the one which was sent the latest, but
413413 * before the current message, is used.
414414 */