summaryrefslogtreecommitdiff
path: root/alpine/send.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-05-29 17:40:39 -0600
committerEduardo Chappa <chappa@washington.edu>2016-05-29 17:40:39 -0600
commit9abb6857918960af55433274d71829832a74a47d (patch)
tree967505a64aa613080a86baa0e506b8b77b508e49 /alpine/send.c
parent0e9b405ad29edbf0c1cfde0357d8b5c6353fc194 (diff)
downloadalpine-9abb6857918960af55433274d71829832a74a47d.tar.xz
* The TAB key allows autocomplete in the Fcc field in the composer headers,
as well as autocompletes automatically when only one possibility exists for the ^J attach command.
Diffstat (limited to 'alpine/send.c')
-rw-r--r--alpine/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/send.c b/alpine/send.c
index dfba59f3..90561345 100644
--- a/alpine/send.c
+++ b/alpine/send.c
@@ -929,7 +929,7 @@ static struct headerentry he_template[]={
news_build, NULL, NULL, news_group_selector, "To NwsGrps", NULL, NULL,
0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, KS_NONE},
{"Fcc : ", "Fcc", h_composer_fcc, 10, 0, NULL,
- NULL, NULL, NULL, folders_for_fcc, "To Fldrs", NULL, NULL,
+ NULL, NULL, NULL, folders_for_fcc, "To Fldrs", NULL, fcc_tab_complete,
0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, KS_NONE},
{"Lcc : ", "Lcc", h_composer_lcc, 10, 0, NULL,
build_addr_lcc, NULL, NULL, addr_book_compose_lcc,"To AddrBk", NULL, abook_nickname_complete,