aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf
Commit message (Collapse)AuthorAgeFilesLines
* preauth -> auth.Eric S. Raymond2001-02-191-8/+8
| | | | svn path=/trunk/; revision
# Set up command completion for zsh
#
fetchmailauthtypes=(password kerberos kerberos_v5)
fetchmailprotocols=(auto pop2 pop3 apop rpop kpop sdps imap imap-k4 imap-gss etrn)
function fetchmailformattedinterfaces ()
{ reply=(`ifconfig|perl -e '$/="";while(<>){s/[\r\n]//g;if(/^(\w+\d*).*inet addr:([\d\.]+)/){print "$1/$2\n";}}'`) }
function fetchmailcompctl ()
{ reply=(`awk '{ print $2 }' < ~/.fetchmailrc` `fetchmail --help 2>&1| cut -c 7-19 | sed "s/,//g"`) }
compctl -K fetchmailcompctl \
	-x "C[-1,-L|--logfile]" -f \
	-  "C[-1,-f|--fetchmailrc]" -f \
	-  "C[-1,-i|--idfile]" -f \
	-  "C[-1,-I|--interface]" -K fetchmailformattedinterfaces \
	-  "C[-1,-M|--monitor]" -K fetchmailformattedinterfaces \
	-  "C[-1,-p|--protocol]" -k fetchmailprotocols \
	-  "C[-1,-A|--auth]" -k fetchmailauthtypes \
	-  "c[-1,--plugin]" -m \
	-  "c[-1,--plugout]" -m \
	-- fetchmail
'column1'>| | svn path=/trunk/; revision=2985 * Ready to ship.Eric S. Raymond2000-11-111-0/+9 | | | | svn path=/trunk/; revision=2983 * Added --showdots option by Thomas Jarosch <tomj@gmx.de>Eric S. Raymond2000-11-041-2/+5 | | | | svn path=/trunk/; revision=2981 * Before showdots,Eric S. Raymond2000-10-081-3/+8 | | | | svn path=/trunk/; revision=2975 * Bug fixes and internationalization improvements.Eric S. Raymond2000-09-261-0/+6 | | | | svn path=/trunk/; revision=2967 * Warn about Novonyx.Eric S. Raymond2000-09-061-0/+7 | | | | svn path=/trunk/; revision=2957 * Don't doublequote user and password.Eric S. Raymond2000-08-051-3/+3 | | | | svn path=/trunk/; revision=2941 * Almost ready to ship.Eric S. Raymond2000-07-281-1/+1 | | | | svn path=/trunk/; revision=2939 * Added dropdelivered.Eric S. Raymond2000-07-231-0/+7 | | | | svn path=/trunk/; revision=2931 * sslcert fix.Eric S. Raymond2000-07-231-2/+2 | | | | svn path=/trunk/; revision=2930 * Minor update.Eric S. Raymond2000-07-231-2/+2 | | | | svn path=/trunk/; revision=2927 * String-quote what we put in the file.Eric S. Raymond2000-06-281-3/+3 | | | | svn path=/trunk/; revision=2915 * Plug a security hole.Eric S. Raymond2000-06-201-3/+5 | | | | svn path=/trunk/; revision=2905 * Warn about spray.net servers.Eric S. Raymond2000-06-071-0/+9 | | | | svn path=/trunk/; revision=2901 * Quote password and string parts.Eric S. Raymond2000-05-131-2/+2 | | | | svn path=/trunk/; revision=2894 * More about MailMax.Eric S. Raymond2000-05-131-4/+5 | | | | svn path=/trunk/; revision=2890 * Another minor bugfix.Eric S. Raymond2000-04-211-1/+0 | | | | svn path=/trunk/; revision=2889 * Better deletion handling.Eric S. Raymond2000-04-211-2/+7 | | | | svn path=/trunk/; revision=2888 * This version works better.Eric S. Raymond2000-04-211-10/+4 | | | | svn path=/trunk/; revision=2887 * Added guard code.Eric S. Raymond2000-04-211-8/+17 | | | | svn path=/trunk/; revision=2880 * Take note of the Domino bug.Eric S. Raymond2000-03-301-0/+9 | | | | svn path=/trunk/; revision=2852 * Prevent some spurious matches.Eric S. Raymond2000-03-291-2/+2 | | | | svn path=/trunk/; revision=2839 * Back out the InterChange workaround.Eric S. Raymond2000-03-241-4/+4 | | | | svn path=/trunk/; revision=2837 * Work around InterChange.Eric S. Raymond2000-03-211-3/+6 | | | | svn path=/trunk/; revision=2830 * Typo fix.Eric S. Raymond2000-03-061-1/+1 | | | | svn path=/trunk/; revision=2796 * Cleaner icon generation.Eric S. Raymond2000-03-061-4/+2 | | | | svn path=/trunk/; revision=2795 * Embed a suitable test.Eric S. Raymond2000-03-061-0/+5 | | | | svn path=/trunk/; revision=2794 * Simple rename.Eric S. Raymond2000-03-061-8/+8 | | | | svn path=/trunk/; revision=2793 * Deal with fetchmailconf bug.Eric S. Raymond2000-03-061-1/+1 | | | | svn path=/trunk/; revision=2791 * Implemented support for RFC2177 IDLE command.Eric S. Raymond2000-03-061-3/+9 | | | | svn path=/trunk/; revision=2790 * Fix for Red Hat bug 9982.Eric S. Raymond2000-03-051-0/+1 | | | | svn path=/trunk/; revision=2782 * Rearranged autoprobe code.Eric S. Raymond2000-02-221-83/+85 | | | | svn path=/trunk/; revision=2767 * Attempted bug fix.Eric S. Raymond2000-02-191-34/+34 | | | | svn path=/trunk/; revision=2761 * Note RFC violation.Eric S. Raymond2000-02-181-3/+3 | | | | svn path=/trunk/; revision=2759 * Various minor bug fixes.Eric S. Raymond2000-02-181-2/+10 | | | | svn path=/trunk/; revision=2757 * Fix for fetchmailconf.Eric S. Raymond2000-02-121-3/+3 | | | | svn path=/trunk/; revision=2744 * Cosmetic fixes.Eric S. Raymond2000-02-101-3/+10 | | | | svn path=/trunk/; revision=2738 * LinuxWorld hacks.Eric S. Raymond2000-02-051-6/+14 | | | | svn path=/trunk/; revision=2729 * Before trying to clean up closes.Eric S. Raymond2000-01-311-41/+41 | | | | svn path=/trunk/; revision=2722 * Fixed indentation error in fetchmailconf.Eric S. Raymond1999-12-191-2/+2 | | | | svn path=/trunk/; revision=2664