From bc7eff9e12cec2730c6cf22c91986f2382dce668 Mon Sep 17 00:00:00 2001 From: Stefan Kropp Date: Sat, 1 Dec 2018 13:54:12 +0100 Subject: [PATCH] Configuration IMAP --- config/variable/07-001-imap_user | 8 ++++++++ config/variable/07-002-imap_pass | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 config/variable/07-001-imap_user create mode 100644 config/variable/07-002-imap_pass diff --git a/config/variable/07-001-imap_user b/config/variable/07-001-imap_user new file mode 100644 index 0000000..6a1991f --- /dev/null +++ b/config/variable/07-001-imap_user @@ -0,0 +1,8 @@ +# ------------------------------------------------------------------------- +# Name: imap_user +# ------------------------------------------------------------------------- +# The name of the user whose mail you intend to access on the IMAP server. +# This variable defaults to your user name on the local machine. + +# set imap_user = "imapuser" + diff --git a/config/variable/07-002-imap_pass b/config/variable/07-002-imap_pass new file mode 100644 index 0000000..2da6dc0 --- /dev/null +++ b/config/variable/07-002-imap_pass @@ -0,0 +1,13 @@ +# ------------------------------------------------------------------------- +# Name: imap_pass +# ------------------------------------------------------------------------- +# Specifies the password for your IMAP account. If unset, NeoMutt will +# prompt you for your password when you invoke the +# function or try to open an IMAP folder. +# +# Warning: you should only use this option when you are on a fairly secure +# machine, because the superuser can read your neomuttrc even if you are +# the only one who can read the file. + +# set imap_pass = "imappasswd" +