|
bool | alias_to_addrlist (struct AddressList *al, struct Alias *alias) |
| Turn an Alias into an AddressList. More...
|
|
static const char * | query_format_str (char *buf, size_t buflen, size_t col, int cols, char op, const char *src, const char *prec, const char *if_str, const char *else_str, intptr_t data, MuttFormatFlags flags) |
| Format a string for the query menu - Implements format_t -. More...
|
|
static void | query_make_entry (struct Menu *menu, char *buf, size_t buflen, int line) |
| Format a menu item for the query list - Implements Menu::make_entry() -. More...
|
|
static int | query_tag (struct Menu *menu, int sel, int act) |
| Tag an entry in the Query Menu - Implements Menu::tag() -. More...
|
|
int | query_run (const char *s, bool verbose, struct AliasList *al, const struct ConfigSubset *sub) |
| Run an external program to find Addresses. More...
|
|
static int | query_window_observer (struct NotifyCallback *nc) |
| Notification that a Window has changed - Implements observer_t -. More...
|
|
static struct MuttWindow * | query_dialog_new (struct AliasMenuData *mdata, const char *query) |
| Create an Query Selection Dialog. More...
|
|
static bool | dlg_select_query (struct Buffer *buf, struct AliasMenuData *mdata) |
| Get the user to enter an Address Query. More...
|
|
int | query_complete (struct Buffer *buf, struct ConfigSubset *sub) |
| Perform auto-complete using an Address Query. More...
|
|
void | query_index (struct Mailbox *m, struct ConfigSubset *sub) |
| Perform an Alias Query and display the results. More...
|
|
Routines for querying an external address book.
- Authors
- Michael R. Elkins
- Pietro Cerutti
- Richard Russon
- Copyright
- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
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 dlg_query.c.