Browse NNTP groups. More...
#include "config.h"#include <stdbool.h>#include <stdio.h>#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "expando_browser.h"#include "browser/lib.h"#include "expando/lib.h"#include "mdata.h"
Include dependency graph for expando_browser.c:Go to the source code of this file.
Functions | |
| static void | group_index_description (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| NNTP: Description - Implements get_string_t -. | |
| static void | group_index_flags (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| NNTP: Moderated flag - Implements get_string_t -. | |
| static void | group_index_flags2 (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| NNTP: New flag - Implements get_string_t -. | |
| static void | group_index_newsgroup (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
| NNTP: Newsgroup name - Implements get_string_t -. | |
| static long | group_index_notify_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| NNTP: Alert for new mail - Implements get_number_t -. | |
| static long | group_index_new_count_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| NNTP: Number of new articles - Implements get_number_t -. | |
| static long | group_index_number_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| NNTP: Index number - Implements get_number_t -. | |
| static long | group_index_poll_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| NNTP: Poll for new mail - Implements get_number_t -. | |
| static long | group_index_unread_count_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
| NNTP: Number of unread articles - Implements get_number_t -. | |
Variables | |
| const struct ExpandoRenderCallback | GroupIndexRenderCallbacks [] |
| Callbacks for Nntp Browser Expandos. | |
Browse NNTP groups.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file expando_browser.c.
| const struct ExpandoRenderCallback GroupIndexRenderCallbacks[] |
Callbacks for Nntp Browser Expandos.
Definition at line 190 of file expando_browser.c.