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 "lib.h"
#include "browser/lib.h"
#include "expando/lib.h"
#include "mdata.h"
Go to the source code of this file.
Functions | |
long | group_index_a_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
NNTP: Alert for new mail - Implements ExpandoRenderData::get_number() -. | |
long | group_index_C_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
NNTP: Index number - Implements ExpandoRenderData::get_number() -. | |
void | group_index_d (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, int max_cols, struct Buffer *buf) |
NNTP: Description - Implements ExpandoRenderData::get_string() -. | |
void | group_index_f (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, int max_cols, struct Buffer *buf) |
NNTP: Newsgroup name - Implements ExpandoRenderData::get_string() -. | |
void | group_index_M (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, int max_cols, struct Buffer *buf) |
NNTP: Moderated flag - Implements ExpandoRenderData::get_string() -. | |
long | group_index_n_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
NNTP: Number of new articles - Implements ExpandoRenderData::get_number() -. | |
void | group_index_N (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, int max_cols, struct Buffer *buf) |
NNTP: New flag - Implements ExpandoRenderData::get_string() -. | |
long | group_index_p_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
NNTP: Poll for new mail - Implements ExpandoRenderData::get_number() -. | |
long | group_index_s_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
NNTP: Number of unread articles - Implements ExpandoRenderData::get_number() -. | |
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 browse.c.