diff options
| author | Brahmajit Das <listout@listout.xyz> | 2025-05-23 20:25:30 +0000 |
|---|---|---|
| committer | Brahmajit Das <listout@listout.xyz> | 2025-05-23 20:26:39 +0000 |
| commit | 0e99fe522666a6fae9b6f55510571cd850ae21c9 (patch) | |
| tree | 004a131d4ca365b747c23af17a6905f78a8b1a36 /.config/neomutt | |
| parent | 7530dcdfa4f50b0ec5fc87dfb6a09b9cc0ee2f93 (diff) | |
| download | dots-0e99fe522666a6fae9b6f55510571cd850ae21c9.tar.gz | |
neomutt: mailbox: listout.xyz config for offline imap setup
Signed-off-by: Brahmajit Das <listout@listout.xyz>
Diffstat (limited to '.config/neomutt')
| -rw-r--r-- | .config/neomutt/listout | 41 |
1 files changed, 15 insertions, 26 deletions
diff --git a/.config/neomutt/listout b/.config/neomutt/listout index 64c44ac..5e73f9e 100644 --- a/.config/neomutt/listout +++ b/.config/neomutt/listout @@ -6,41 +6,30 @@ unset smtp_url unset smtp_user unset from unset hostname - -# Receive options -set imap_pass="`pass show mailbox.org/pass`" -set imap_user="listout@mailbox.org" -set folder=imaps://imap.mailbox.org:993 -set spoolfile=+INBOX -set record=+Sent -set postponed=+Drafts -mailboxes =INBOX -set imap_check_subscribed +unset realname set edit_headers=yes -set ssl_force_tls=yes -set ssl_starttls + +set realname = listout +set from = listout@listout.xyz set header_cache = "$XDG_CACHE_HOME/neomutt/headers/" set message_cachedir = "$XDG_CACHE_HOME/neomutt/bodies/" -set certificate_file = "$XDG_CACHE_HOME/neomutt/certificates/" +#set certificate_file = "$XDG_CACHE_HOME/neomutt/certificates/" -# allow mutt to open a new IMAP connection autmatically -unset imap_passive - -# keep imap connection alive by polling intermittently -set imap_keep_alive=300 +set folder=~/.local/share/email/mailbox_org +set mbox_type=Maildir +set spoolfile=+INBOX +set record=~/.local/share/email/mailbox_org/Sent +set postponed=+Drafts +mailboxes `find ~/.local/share/email/mailbox_org -type d -name cur | xargs dirname | xargs` -# how often to check check for new email -set mail_check=2 +set sendmail = "msmtp -a mailbox" -## Send options -set smtp_url=smtp://listout@mailbox.org@smtp.mailbox.org:587/ -set smtp_pass="`pass show mailbox.org/pass`" -set from="listout@listout.xyz" -set use_from=yes +# synchronization settings ['s' to sync] +macro index S "<shell-escape>mbsync -V mailbox<enter>" "sync email" ## Hook -account-hook $folder "set imap_user=listout@listout.xyz imap_pass=`pass show mailbox.org/pass`" +#account-hook $folder "set imap_user=listout@listout.xyz imap_pass=`pass show mailbox.org/pass`" # vim: set ft=muttrc: |
