Browser Auto-Completion. More...
#include "config.h"
#include <stdbool.h>
#include <stddef.h>
#include <wchar.h>
#include "mutt/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "lib.h"
#include "complete/lib.h"
#include "editor/lib.h"
#include "history/lib.h"
#include "mutt_mailbox.h"
#include "muttlib.h"
Go to the source code of this file.
Functions | |
enum FunctionRetval | complete_file_mbox (struct EnterWindowData *wdata, int op) |
Complete a Mailbox - Implements CompleteOps::complete() -. | |
enum FunctionRetval | complete_file_simple (struct EnterWindowData *wdata, int op) |
Complete a filename - Implements CompleteOps::complete() -. | |
Variables | |
const struct CompleteOps | CompleteFileOps |
Auto-Completion of Files. | |
const struct CompleteOps | CompleteMailboxOps |
Auto-Completion of Files / Mailboxes. | |
Browser Auto-Completion.
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 complete.c.
const struct CompleteOps CompleteFileOps |
Auto-Completion of Files.
Definition at line 153 of file complete.c.
const struct CompleteOps CompleteMailboxOps |
Auto-Completion of Files / Mailboxes.
Definition at line 160 of file complete.c.