NeoMutt
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
40#ifndef MUTT_INDEX_LIB_H
41#define MUTT_INDEX_LIB_H
42
43#include <stdbool.h>
44#include <stdint.h>
45#include <stdio.h>
46#include "mutt/lib.h"
47#include "core/lib.h"
48#include "functions.h" // IWYU pragma: keep
49#include "mx.h" // IWYU pragma: keep
50#include "shared_data.h" // IWYU pragma: keep
51
52struct Email;
53struct MailboxView;
54struct Menu;
55struct MuttWindow;
56
57// Observers of #NT_INDEX will be passed an #IndexSharedData.
58typedef uint8_t NotifyIndex;
59#define NT_INDEX_NO_FLAGS 0
60#define NT_INDEX_ADD (1 << 0)
61#define NT_INDEX_DELETE (1 << 1)
62#define NT_INDEX_SUBSET (1 << 2)
63#define NT_INDEX_ACCOUNT (1 << 3)
64#define NT_INDEX_MVIEW (1 << 4)
65#define NT_INDEX_MAILBOX (1 << 5)
66#define NT_INDEX_EMAIL (1 << 6)
67
68typedef uint8_t CheckFlags;
69#define CHECK_NO_FLAGS 0
70#define CHECK_IN_MAILBOX (1 << 0)
71#define CHECK_MSGCOUNT (1 << 1)
72#define CHECK_VISIBLE (1 << 2)
73#define CHECK_READONLY (1 << 3)
74#define CHECK_ATTACH (1 << 4)
75
76const struct AttrColor *index_color(struct Menu *menu, int line);
77void index_make_entry(struct Menu *menu, char *buf, size_t buflen, int line);
78void mutt_draw_statusline(struct MuttWindow *win, int cols, const char *buf, size_t buflen);
79struct Mailbox *dlg_index(struct MuttWindow *dlg, struct Mailbox *m);
80void mutt_set_header_color(struct Mailbox *m, struct Email *e);
81struct MuttWindow *index_pager_init(void);
83bool check_acl(struct Mailbox *m, AclFlags acl, const char *msg);
84int find_next_undeleted(struct MailboxView *mv, int msgno, bool uncollapse);
85void update_index(struct Menu *menu, struct MailboxView *mv, enum MxStatus check, int oldcount, const struct IndexSharedData *shared);
86void change_folder_mailbox(struct Menu *menu, struct Mailbox *m, int *oldcount, struct IndexSharedData *shared, bool read_only);
87void collapse_all(struct MailboxView *mv, struct Menu *menu, int toggle);
88void change_folder_string(struct Menu *menu, struct Buffer *buf, int *oldcount, struct IndexSharedData *shared, bool read_only);
89int find_previous_undeleted(struct MailboxView *mv, int msgno, bool uncollapse);
90int find_first_message(struct MailboxView *mv);
91void resort_index(struct MailboxView *mv, struct Menu *menu);
92extern const struct Mapping IndexNewsHelp[];
93struct Mailbox *change_folder_notmuch(struct Menu *menu, char *buf, int buflen, int *oldcount, struct IndexSharedData *shared, bool read_only);
94struct Mailbox *get_current_mailbox(void);
96struct Menu *get_current_menu(void);
97void index_change_folder(struct MuttWindow *dlg, struct Mailbox *m);
98
99#endif /* MUTT_INDEX_LIB_H */
Convenience wrapper for the core headers.
struct Mailbox * dlg_index(struct MuttWindow *dlg, struct Mailbox *m)
Display a list of emails -.
Definition: dlg_index.c:1064
const struct AttrColor * index_color(struct Menu *menu, int line)
Calculate the colour for a line of the index - Implements Menu::color() -.
Definition: dlg_index.c:892
void index_make_entry(struct Menu *menu, char *buf, size_t buflen, int line)
Format a menu item for the index list - Implements Menu::make_entry() -.
Definition: dlg_index.c:797
bool check_acl(struct Mailbox *m, AclFlags acl, const char *msg)
Check the ACLs for a function.
Definition: dlg_index.c:140
uint8_t CheckFlags
Flags, e.g. CHECK_IN_MAILBOX.
Definition: lib.h:68
const struct Mapping IndexNewsHelp[]
Help Bar for the News Index dialog.
Definition: dlg_index.c:118
void change_folder_mailbox(struct Menu *menu, struct Mailbox *m, int *oldcount, struct IndexSharedData *shared, bool read_only)
Change to a different Mailbox by pointer.
Definition: dlg_index.c:612
struct Mailbox * change_folder_notmuch(struct Menu *menu, char *buf, int buflen, int *oldcount, struct IndexSharedData *shared, bool read_only)
Change to a different Notmuch Mailbox by string.
Definition: dlg_index.c:735
uint8_t NotifyIndex
Flags, e.g. NT_INDEX_ACCOUNT.
Definition: lib.h:58
struct MailboxView * get_current_mailbox_view(void)
Get the current Mailbox view.
Definition: index.c:630
void update_index(struct Menu *menu, struct MailboxView *mv, enum MxStatus check, int oldcount, const struct IndexSharedData *shared)
Update the index.
Definition: dlg_index.c:544
void mutt_set_header_color(struct Mailbox *m, struct Email *e)
Select a colour for a message.
Definition: dlg_index.c:1374
void mutt_draw_statusline(struct MuttWindow *win, int cols, const char *buf, size_t buflen)
Draw a highlighted status bar.
Definition: dlg_index.c:924
struct Mailbox * get_current_mailbox(void)
Get the current Mailbox.
Definition: index.c:662
void index_change_folder(struct MuttWindow *dlg, struct Mailbox *m)
Change the current folder, cautiously.
Definition: dlg_index.c:1433
struct Menu * get_current_menu(void)
Get the current Menu.
Definition: index.c:678
int find_first_message(struct MailboxView *mv)
Get index of first new message.
Definition: dlg_index.c:311
void resort_index(struct MailboxView *mv, struct Menu *menu)
Resort the index.
Definition: dlg_index.c:371
int find_next_undeleted(struct MailboxView *mv, int msgno, bool uncollapse)
Find the next undeleted email.
Definition: dlg_index.c:243
int mutt_dlgindex_observer(struct NotifyCallback *nc)
void collapse_all(struct MailboxView *mv, struct Menu *menu, int toggle)
Collapse/uncollapse all threads.
Definition: dlg_index.c:167
void change_folder_string(struct Menu *menu, struct Buffer *buf, int *oldcount, struct IndexSharedData *shared, bool read_only)
Change to a different Mailbox by string.
Definition: dlg_index.c:758
int find_previous_undeleted(struct MailboxView *mv, int msgno, bool uncollapse)
Find the previous undeleted email.
Definition: dlg_index.c:277
struct MuttWindow * index_pager_init(void)
Allocate the Windows for the Index/Pager.
Definition: dlg_index.c:1405
Data shared between Index, Pager and Sidebar.
uint16_t AclFlags
ACL Rights - These show permission to...
Definition: mailbox.h:59
Convenience wrapper for the library headers.
API for mailboxes.
MxStatus
Return values from mbox_check(), mbox_check_stats(), mbox_snc(), and mbox_close()
Definition: mxapi.h:63
Sidebar functions.
A curses colour and its attributes.
Definition: attr.h:35
String manipulation buffer.
Definition: buffer.h:34
The envelope/body of an email.
Definition: email.h:37
Data shared between Index, Pager and Sidebar.
Definition: shared_data.h:37
View of a Mailbox.
Definition: mview.h:39
A mailbox.
Definition: mailbox.h:79
Mapping between user-readable string and a constant.
Definition: mapping.h:32
Definition: lib.h:70
Data passed to a notification function.
Definition: observer.h:34