]> granicus.if.org Git - neomutt/commitdiff
docs: rename mutt to neomutt
authorRichard Russon <rich@flatcap.org>
Tue, 20 Aug 2019 18:54:29 +0000 (19:54 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 21 Aug 2019 13:12:07 +0000 (14:12 +0100)
autocrypt/autocrypt.c
autocrypt/autocrypt_schema.c
compress.c
icommands.c
imap/command.c
imap/imap.c
imap/message.c
mutt_logging.c
mutt_logging.h

index d449780f00e424630748e2d3574d350550fe2df2..e4bf134b1f4840fe53d2e222e8807994a6fc7b09 100644 (file)
@@ -65,7 +65,7 @@ static int autocrypt_dir_init(bool can_create)
 
   struct Buffer *prompt = mutt_buffer_pool_get();
   /* L10N:
-     %s is a directory.  Mutt is looking for a directory it needs
+     %s is a directory.  NeoMutt is looking for a directory it needs
      for some reason (e.g. autocrypt, header cache, bcache), but it
      doesn't exist.  The prompt is asking whether to create the directory
   */
@@ -151,7 +151,7 @@ int mutt_autocrypt_account_init(bool prompt)
   if (prompt)
   {
     /* L10N:
-       The first time mutt is started with $autocrypt set, it will
+       The first time NeoMutt is started with $autocrypt set, it will
        create $autocrypt_dir and then prompt to create an autocrypt
        account with this message.
     */
@@ -900,7 +900,7 @@ void mutt_autocrypt_scan_mailboxes(void)
   struct Buffer *folderbuf = mutt_buffer_pool_get();
 
   /* L10N:
-     The first time autocrypt is enabled, Mutt will ask to scan
+     The first time autocrypt is enabled, NeoMutt will ask to scan
      through one or more mailboxes for Autocrypt: headers.
      Those headers are then captured in the database as peer records
      and used for encryption.
index 9021a5517828bc1ea0e904cace801015566e74b1..05b0f55efe245296e70573caf6c47b8b8cc34c1c 100644 (file)
@@ -119,7 +119,7 @@ int mutt_autocrypt_schema_update(void)
     /* L10N:
        The autocrypt database keeps track of schema version numbers.
        This error occurs if the version number is too high.
-       Presumably because this is an old version of mutt and the
+       Presumably because this is an old version of NeoMutt and the
        database was upgraded by a future version.
     */
     mutt_error(_("Autocrypt database version is too new"));
index dd0a8b134a7814fc0099547e0da05fea3271c751..e3f2026ed0df5a4392d08aabe365c23477edf41c 100644 (file)
@@ -267,7 +267,7 @@ static const char *compress_format_str(char *buf, size_t buflen, size_t col, int
   struct Mailbox *m = (struct Mailbox *) data;
 
   /* NOTE the compressed file config vars expect %f and %t to be
-   * surrounded by '' (unlike other Mutt config vars, which add the
+   * surrounded by '' (unlike other NeoMutt config vars, which add the
    * outer quotes for the user).  This is why we use the
    * mutt_buffer_quote_filename() form with add_outer of false. */
   struct Buffer *quoted = mutt_buffer_pool_get();
index 43a78ef9dd6299794b2151d9e190fa92554366ec..29d1d0345d0dc822480fa592e5726dd7754dc78e 100644 (file)
@@ -51,7 +51,7 @@ static enum CommandResult icmd_version(struct Buffer *buf, struct Buffer *s, uns
 /**
  * ICommandList - All available informational commands
  *
- * @note These commands take precedence over conventional mutt rc-lines
+ * @note These commands take precedence over conventional NeoMutt rc-lines
  */
 const struct ICommand ICommandList[] = {
   { "bind",     icmd_bind,     0 },
index ed39492f6176dc07d659a9da5639d691e2ce758e..4c2ff6df08d88fe6bf3ebd8da01ffc4a6f866117 100644 (file)
@@ -504,7 +504,7 @@ static void cmd_parse_fetch(struct ImapAccountData *adata, char *s)
     imap_set_flags(adata->mailbox, e, flags, &server_changes);
     if (server_changes)
     {
-      /* If server flags could conflict with mutt's flags, reopen the mailbox. */
+      /* If server flags could conflict with NeoMutt's flags, reopen the mailbox. */
       if (e->changed)
         mdata->reopen |= IMAP_EXPUNGE_PENDING;
       else
index 82f48098bc5b924908c52710682999d9234bb7de..0df031d2f29951e8910c9e20887cd15e5daae83c 100644 (file)
@@ -294,7 +294,7 @@ static bool compare_flags_for_copy(struct Email *e)
  * sync_helper - Sync flag changes to the server
  * @param m     Selected Imap Mailbox
  * @param right ACL, see #AclFlags
- * @param flag  Mutt flag, e.g. #MUTT_DELETED
+ * @param flag  NeoMutt flag, e.g. #MUTT_DELETED
  * @param name  Name of server flag
  * @retval >=0 Success, number of messages
  * @retval  -1 Failure
index 93df9b35a9afa4c8de9178326d7cb48fee637cc3..8f72cb2dd4c93e8ac14893a9544e2d0b4c06ec0f 100644 (file)
@@ -1319,7 +1319,7 @@ int imap_read_headers(struct Mailbox *m, unsigned int msn_begin,
       if ((adata->capabilities & IMAP_CAP_CONDSTORE) && C_ImapCondstore)
         has_condstore = true;
 
-      /* If IMAP_CAP_QRESYNC and ImapQResync then Mutt sends ENABLE QRESYNC.
+      /* If IMAP_CAP_QRESYNC and ImapQResync then NeoMutt sends ENABLE QRESYNC.
        * If we receive an ENABLED response back, then adata->qresync is set.  */
       if (adata->qresync)
         has_qresync = true;
index 196cda7bb385b2abdb1844603f403abd9412d83c..ed286d0972c7e3408200375814d2534ebe455443 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @file
- * Mutt Logging
+ * NeoMutt Logging
  *
  * @authors
  * Copyright (C) 2018 Richard Russon <rich@flatcap.org>
@@ -21,9 +21,9 @@
  */
 
 /**
- * @page mutt_logging Mutt Logging
+ * @page mutt_logging NeoMutt Logging
  *
- * Mutt Logging
+ * NeoMutt Logging
  */
 
 #include "config.h"
index 2c873cd2c3206737bb0861a3fe86c5f8ac7832fc..83df46725ce32254c15dc15ad4118be6519e2494 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * @file
- * Mutt Logging
+ * NeoMutt Logging
  *
  * @authors
  * Copyright (C) 2018 Richard Russon <rich@flatcap.org>