]> granicus.if.org Git - neomutt/commitdiff
very minor fixes
authorRichard Russon <rich@flatcap.org>
Sun, 26 Aug 2018 23:35:33 +0000 (00:35 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 27 Aug 2018 09:40:20 +0000 (10:40 +0100)
- put listener prototype in the right header
- update list of message files
- fix comments

hdrline.c
mutt/history.h
mutt_history.h
po/POTFILES.in
sidebar.c

index 35e982edb9ada65ebc70959ec34b8a64d9bc2fb1..ad39624644162e69e5039974519bca701888e46a 100644 (file)
--- a/hdrline.c
+++ b/hdrline.c
@@ -480,7 +480,6 @@ static bool thread_is_old(struct Context *ctx, struct Header *hdr)
  * | \%E     | Number of messages in current thread
  * | \%F     | Author name, or recipient name if the message is from you
  * | \%f     | Sender (address + real name), either From: or Return-Path:
- * | \%g     | Newsgroup name (if compiled with NNTP support)
  * | \%g     | Message tags (e.g. notmuch tags/imap flags)
  * | \%Gx    | Individual message tag (e.g. notmuch tags/imap flags)
  * | \%H     | Spam attribute(s) of this message
index e36556c6b7e10e229a2c7cd4e80668b3597b5444..c77df2154bbbfd83d8798725d8c239f0659924db 100644 (file)
@@ -60,6 +60,4 @@ void  mutt_hist_reset_state(enum HistoryClass hclass);
 void  mutt_hist_save_scratch(enum HistoryClass hclass, const char *str);
 int   mutt_hist_search(char *search_buf, enum HistoryClass hclass, char **matches);
 
-bool mutt_hist_listener(const struct ConfigSet *cs, struct HashElem *he, const char *name, enum ConfigEvent ev);
-
 #endif /* _MUTT_HISTORY_H */
index 1ee781415474f87ec913fcb0a083e7a407d76785..42fd861bf70600d14a5076becc651572e3cec4d6 100644 (file)
@@ -27,6 +27,7 @@
 #include "mutt/mutt.h"
 
 void mutt_hist_complete(char *buf, size_t buflen, enum HistoryClass hclass);
+bool mutt_hist_listener(const struct ConfigSet *cs, struct HashElem *he, const char *name, enum ConfigEvent ev);
 
 #endif /* _MUTT_HISTORY2_H */
 
index ee05091d153717a6b9ac67c66e5563885a398ad0..87c0296d3b9f9ee51a1d3ce58e2c52dcb988640e 100644 (file)
@@ -123,6 +123,7 @@ mutt_thread.c
 mutt_url.c
 mutt_window.c
 mx.c
+myvar.c
 ncrypt/crypt.c
 ncrypt/cryptglue.c
 ncrypt/crypt_gpgme.c
index 1dfb1c2606d8cda0081de76a1c3d5605e89d689b..490fb61d6cbc9bc3623376630e2a9f5cceca4333 100644 (file)
--- a/sidebar.c
+++ b/sidebar.c
@@ -647,7 +647,7 @@ static bool prepare_sidebar(int page_size)
 
   /* Set the Top and Bottom to frame the HilIndex in groups of page_size */
 
-  /* If OPTSIDEBARNEMAILONLY is set, some entries may be hidden so we
+  /* If SidebarNewMailOnly is set, some entries may be hidden so we
    * need to scan for the framing interval */
   if (SidebarNewMailOnly)
   {