[neomutt-users] Neomutt won't read my .neomuttrc

Carsten Reith carsten.reith at t-online.de
Fri May 5 12:24:58 CEST 2023


On Fri, May 05, 2023 at 08:59:48AM +0000, neomutt.stagegenre at erine.email wrote:
> # vim: filetype=muttrc
> unmailboxes *
> 
> # in/out mail servers
> set realname = [REDACTED]
> set pop3_pass = [REDACTED]
> set folder = "pop3://[REDACTED]@posteo.de:995"
> (I just noticed the s left in the beginning of this url. Oops)
> 
> set spoolfile = "+INBOX"
> 
> set from = [REDACTED]
> set envelope_from
> set use_from = "yes"
> set record = "+Sent"
> set trash = "+Trash"
> set postponed = "+Drafts"
> set mail_check = 6
>

Here is a minimal configuration:

check for mails every 10 mimutes
set pop_check_interval=600
# use SSL, for plain use pop
set pop_user="<user name>"
# must be pops for SSL
set pop_host="pops://<server name>:995"
# should messages be deleted from the server ? (yes/no/ask-yes) 
set pop_delete=yes
# must exits --> touch ~/mail/inbox etc.
set spool_file=~/mail/inbox
set record=~/mail/sent
set trash=~/mail/trash
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://mailman.neomutt.org/pipermail/neomutt-users-neomutt.org/attachments/20230505/f4f757cf/attachment.sig>


More information about the neomutt-users mailing list