]> git.notmuchmail.org Git - notmuch/blobdiff - lib/index.cc
notmuch.el: Reorder notmuch-search-mode keybindings map.
[notmuch] / lib / index.cc
index 65b83b3f706f4fc3df571cd2caefc86c1d25ec10..80df64bfb73a3edbf2ff9819e99c473c3d41f81b 100644 (file)
@@ -198,7 +198,7 @@ _index_mime_part (notmuch_message_t *message,
                if (i == 1)
                    continue;
                if (i > 1)
-                   fprintf (stderr, "Warning: Unexpected extra parts of mutlipart/signed. Indexing anyway.\n");
+                   fprintf (stderr, "Warning: Unexpected extra parts of multipart/signed. Indexing anyway.\n");
            }
            _index_mime_part (message,
                              g_mime_multipart_get_part (multipart, i));