diff options
author | Björn Guth <bjoern.guth@rwth-aachen.de> | 2018-02-18 15:37:51 +0100 |
---|---|---|
committer | Björn Guth <bjoern.guth@rwth-aachen.de> | 2018-02-18 15:37:51 +0100 |
commit | 458ae95c95671899f9cf4ad611112eecc2102b5e (patch) | |
tree | 532dd20254500cdaffac532b027c6de169760256 /autoconf/mutt_profile | |
parent | 48fe8f5dd84c6614019c04be0f3b90f8025f1977 (diff) |
Add separate login to account creation queries
This is first working version of an added login query to the account
creation process. It fixes the first part of #6, but there still needs
to be more testing for the second part of that issue, which concerns
creating accounts with domains not listed in domain.csv.
Diffstat (limited to 'autoconf/mutt_profile')
-rw-r--r-- | autoconf/mutt_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/mutt_profile b/autoconf/mutt_profile index ac8dc90..6983f5b 100644 --- a/autoconf/mutt_profile +++ b/autoconf/mutt_profile @@ -2,7 +2,7 @@ # muttrc file for account $title set realname = "$realname" set from = "$fulladdr" -set smtp_url = "smtp://$fulladdr@$smtp:$sport/" +set smtp_url = "smtp://$login@$smtp:$sport/" set sendmail = "/usr/bin/msmtp -a $title" set folder = "~/.mail/$title" set header_cache = ~/.config/mutt/accounts/$title/cache/headers |