###############################################################################
# neomutt
NEOMUTT= neomutt$(EXEEXT)
-NEOMUTTOBJS= addrbook.o alias.o bcache.o browser.o buffy.o color.o \
- commands.o complete.o compose.o compress.o conststrings.o \
- copy.o curs_lib.o curs_main.o edit.o editmsg.o enriched.o \
- enter.o filter.o flags.o group.o handler.o hdrline.o help.o \
- hook.o init.o keymap.o main.o menu.o muttlib.o mutt_account.o \
- mutt_attach.o mutt_body.o mutt_header.o mutt_history.o \
- mutt_logging.o mutt_parse.o mutt_signal.o mutt_socket.o \
- mutt_thread.o mutt_url.o mutt_window.o mx.o pager.o pattern.o \
- postpone.o progress.o query.o recvattach.o recvcmd.o resize.o \
- rfc1524.o rfc3676.o safe_asprintf.o score.o send.o sendlib.o \
- sidebar.o smtp.o sort.o state.o status.o system.o terminal.o \
- version.o
+NEOMUTTOBJS= addrbook.o alias.o bcache.o browser.o color.o commands.o \
+ complete.o compose.o compress.o conststrings.o copy.o \
+ curs_lib.o curs_main.o edit.o editmsg.o enriched.o enter.o \
+ filter.o flags.o group.o handler.o hdrline.o help.o hook.o \
+ init.o keymap.o mailbox.o main.o menu.o muttlib.o \
+ mutt_account.o mutt_attach.o mutt_body.o mutt_header.o \
+ mutt_history.o mutt_logging.o mutt_parse.o mutt_signal.o \
+ mutt_socket.o mutt_thread.o mutt_url.o mutt_window.o mx.o \
+ pager.o pattern.o postpone.o progress.o query.o recvattach.o \
+ recvcmd.o resize.o rfc1524.o rfc3676.o safe_asprintf.o \
+ score.o send.o sendlib.o sidebar.o smtp.o sort.o state.o \
+ status.o system.o terminal.o version.o
@if !HAVE_WCSCASECMP
NEOMUTTOBJS+= wcscasecmp.o
#include "conn/conn.h"
#include "mutt.h"
#include "browser.h"
-#include "buffy.h"
#include "context.h"
#include "curs_lib.h"
#include "format_flags.h"
#include "globals.h"
#include "keymap.h"
+#include "mailbox.h"
#include "maildir/maildir.h"
#include "menu.h"
#include "mutt_attach.h"
#include "conn/conn.h"
#include "mutt.h"
#include "alias.h"
-#include "buffy.h"
#include "context.h"
#include "copy.h"
#include "curs_lib.h"
#include "hdrline.h"
#include "hook.h"
#include "keymap.h"
+#include "mailbox.h"
#include "menu.h"
#include "mutt_curses.h"
#include "mutt_logging.h"
#include "curs_main.h"
#include "alias.h"
#include "browser.h"
-#include "buffy.h"
#include "commands.h"
#include "context.h"
#include "curs_lib.h"
#include "hdrline.h"
#include "hook.h"
#include "keymap.h"
+#include "mailbox.h"
#include "menu.h"
#include "mutt_curses.h"
#include "mutt_header.h"
#include "mutt.h"
#include "alias.h"
#include "browser.h"
-#include "buffy.h"
#include "curs_lib.h"
#include "enter_state.h"
#include "globals.h"
#include "keymap.h"
+#include "mailbox.h"
#include "mutt_curses.h"
#include "mutt_history.h"
#include "mutt_window.h"
#include "conn/conn.h"
#include "mutt.h"
#include "browser.h"
-#include "buffy.h"
#include "context.h"
#include "curs_lib.h"
#include "globals.h"
#include "imap/imap.h"
+#include "mailbox.h"
#include "mutt_logging.h"
#include "muttlib.h"
#include "email/email.h"
#include "conn/conn.h"
#include "mutt.h"
-#include "buffy.h"
#include "context.h"
#include "globals.h"
#include "imap/imap.h"
+#include "mailbox.h"
#include "menu.h"
#include "message.h"
#include "mutt_account.h"
#include "imap.h"
#include "auth.h"
#include "bcache.h"
-#include "buffy.h"
#include "commands.h"
#include "context.h"
#include "curs_lib.h"
#include "globals.h"
+#include "mailbox.h"
#include "message.h"
#include "mutt_account.h"
#include "mutt_logging.h"
#include "addrbook.h"
#include "bcache.h"
#include "browser.h"
-#include "buffy.h"
#include "color.h"
#include "commands.h"
#include "compose.h"
#include "group.h"
#include "handler.h"
#include "hdrline.h"
-#include "mutt_history.h"
#include "hook.h"
#include "imap/imap.h"
#include "keymap.h"
+#include "mailbox.h"
#include "maildir/maildir.h"
#include "main.h"
#include "menu.h"
#include "mutt_account.h"
#include "mutt_commands.h"
+#include "mutt_history.h"
#include "mutt_logging.h"
#include "mutt_thread.h"
#include "muttlib.h"
#include "config/lib.h"
#include "email/email.h"
#include "mutt.h"
-#include "buffy.h"
+#include "mailbox.h"
#include "context.h"
#include "globals.h"
#include "maildir/maildir.h"
#include "notmuch/mutt_notmuch.h"
#endif
-/* These Config Variables are only used in buffy.c */
+/* These Config Variables are only used in mailbox.c */
short MailCheck; ///< Config: Number of seconds before NeoMutt checks for new mail
bool MailCheckStats; ///< Config: Periodically check for new mail
short MailCheckStatsInterval; ///< Config: How often to check for new mail
struct Buffer;
struct stat;
-/* These Config Variables are only used in buffy.c */
+/* These Config Variables are only used in mailbox.c */
extern short MailCheck;
extern bool MailCheckStats;
extern short MailCheckStatsInterval;
#include "mutt/mutt.h"
#include "email/email.h"
#include "mutt.h"
-#include "buffy.h"
#include "context.h"
#include "copy.h"
#include "globals.h"
+#include "mailbox.h"
#include "maildir.h"
#include "mutt_thread.h"
#include "muttlib.h"
#include "mutt.h"
#include "alias.h"
#include "browser.h"
-#include "buffy.h"
#include "color.h"
#include "curs_lib.h"
#include "curs_main.h"
#include "globals.h"
#include "hook.h"
#include "keymap.h"
+#include "mailbox.h"
#include "menu.h"
#include "mutt_curses.h"
#include "mutt_history.h"
#include "mutt/mutt.h"
#include "email/email.h"
#include "mutt.h"
-#include "buffy.h"
#include "context.h"
#include "copy.h"
#include "globals.h"
+#include "mailbox.h"
#include "mutt_header.h"
#include "mutt_thread.h"
#include "muttlib.h"
#include "email/email.h"
#include "mutt.h"
#include "mx.h"
-#include "buffy.h"
#include "context.h"
#include "copy.h"
#include "globals.h"
#include "hook.h"
#include "keymap.h"
+#include "mailbox.h"
#include "maildir/maildir.h"
#include "mbox/mbox.h"
#include "mutt_header.h"
#include "email/email.h"
#include "mutt.h"
#include "mutt_notmuch.h"
-#include "buffy.h"
#include "context.h"
#include "curs_lib.h"
#include "curs_main.h"
#include "globals.h"
+#include "mailbox.h"
#include "maildir/maildir.h"
#include "mutt_logging.h"
#include "mutt_thread.h"
#include "mutt.h"
#include "pager.h"
#include "alias.h"
-#include "buffy.h"
#include "color.h"
#include "commands.h"
#include "context.h"
#include "hdrline.h"
#include "hook.h"
#include "keymap.h"
+#include "mailbox.h"
#include "menu.h"
#include "mutt_attach.h"
#include "mutt_curses.h"
alias.c
bcache.c
browser.c
-buffy.c
color.c
commands.c
complete.c
imap/util.c
init.c
keymap.c
+mailbox.c
maildir/mh.c
main.c
mbox/mbox.c
msgid "No newsgroups match the mask"
msgstr "Няма файлове, отговарящи на маската"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Нови писма в "
msgstr "No hi ha cap fitxer que concorde amb la màscara de fitxers."
# Vaja, no hi ha com posar-li cometes… ivb
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Hi ha correu nou a "
msgid "No newsgroups match the mask"
msgstr "Masce nevyhovují žádné diskusní skupiny"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Nová pošta ve složce "
msgid "No newsgroups match the mask"
msgstr "Ingen filer passer til filmasken"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Ny post i "
msgid "No newsgroups match the mask"
msgstr "Es gibt keine zur Maske passenden Newsgroups"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Neue Nachrichten in "
msgid "No newsgroups match the mask"
msgstr "Κανένα αρχείο δεν ταιριάζει με τη μάσκα αρχείου"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Νέα αλληλογραφία στο "
msgid "No newsgroups match the mask"
msgstr "No newsgroups match the mask"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "New mail in "
msgid "No newsgroups match the mask"
msgstr "Neniu dosiero kongruas kun la dosieromasko"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Nova mesaĝo en "
msgid "No newsgroups match the mask"
msgstr "Ningún archivo coincide con el patrón"
-#: buffy.c:838
+#: mailbox.c:838
#, fuzzy
msgid "New mail in "
msgstr "Correo nuevo en %s."
msgid "No newsgroups match the mask"
msgstr "Maskile vastavaid faile ei ole"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Uus kiri kaustas "
msgid "No newsgroups match the mask"
msgstr "Ez da fitxategi maskara araberako fitxategirik aurkitu"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Posta berria "
msgstr "Aucun fichier ne correspond au masque"
# , c-format
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Nouveau(x) message(s) dans "
msgid "No newsgroups match the mask"
msgstr "Níl aon chomhad comhoiriúnach leis an mhasc chomhaid"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Post nua i "
msgid "No newsgroups match the mask"
msgstr "Non hai ficheiros que coincidan coa máscara"
-#: buffy.c:838
+#: mailbox.c:838
#, fuzzy
msgid "New mail in "
msgstr "Novo correo en %s."
msgid "No newsgroups match the mask"
msgstr "Nincs a fájlmaszknak megfelelő fájl"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Új levél: "
msgid "No newsgroups match the mask"
msgstr "Tidak ada file yang sesuai dengan mask"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Surat baru di "
msgid "No newsgroups match the mask"
msgstr "Non ci sono file corrispondenti alla maschera"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Nuova posta in "
msgid "No newsgroups match the mask"
msgstr "マスクに一致するニュースグループがない"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "新着メールあり: "
msgid "No newsgroups match the mask"
msgstr "파일 매스크와 일치하는 파일 없음."
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "새 메일 도착 "
msgid "No newsgroups match the mask"
msgstr "Nė viena naujienų grupė neatitinka kaukės"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Naujas paštas dėžutėje "
msgid "No newsgroups match the mask"
msgstr "Geen bestanden waarop het masker past gevonden."
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Nieuw bericht in "
msgid "No newsgroups match the mask"
msgstr "Żadna grupa dyskusyjna nie pasuje do wzorca"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Nowa poczta w "
msgid "No newsgroups match the mask"
msgstr "Nenhum grupo de notícias coincide com a máscara"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Nova mensagem em "
msgid "No newsgroups match the mask"
msgstr "Нет файлов, удовлетворяющих данной маске"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Новая почта в "
msgid "No newsgroups match the mask"
msgstr "Žiadne diskusné skupiny nezodpovedajú maske"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Nová pošta v zložke "
msgid "No newsgroups match the mask"
msgstr "Inga filer matchar filmasken"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Nytt brev i "
msgid "No newsgroups match the mask"
msgstr "Tabire uyan haber grubu bulunamaz"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Yeni posta: "
msgid "No newsgroups match the mask"
msgstr "Немає файлів, що відповідають масці"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "Нова пошта в "
msgid "No newsgroups match the mask"
msgstr "没有新闻组与掩码相符"
-#: buffy.c:838
+#: mailbox.c:838
msgid "New mail in "
msgstr "有新信件在 "
msgid "No newsgroups match the mask"
msgstr "沒有檔案與檔案遮罩相符"
-#: buffy.c:838
+#: mailbox.c:838
#, fuzzy
msgid "New mail in "
msgstr "在 %s 有新信件。"
#include "email/email.h"
#include "mutt.h"
#include "sendlib.h"
-#include "buffy.h"
#include "context.h"
#include "copy.h"
#include "curs_lib.h"
#include "filter.h"
#include "globals.h"
#include "handler.h"
+#include "mailbox.h"
#include "mutt_parse.h"
#include "mutt_window.h"
#include "muttlib.h"
#include "mutt/mutt.h"
#include "config/lib.h"
#include "sidebar.h"
-#include "buffy.h"
#include "context.h"
#include "curs_lib.h"
#include "format_flags.h"
#include "globals.h"
+#include "mailbox.h"
#include "menu.h"
#include "mutt_curses.h"
#include "mutt_window.h"
#include "config.h"
#include <stdio.h>
#include "mutt/mutt.h"
-#include "buffy.h"
#include "context.h"
#include "format_flags.h"
#include "globals.h"
+#include "mailbox.h"
#include "menu.h"
#include "mutt_window.h"
#include "muttlib.h"