Ubuntu Pastebin

Paste from elacheche at Thu, 27 Oct 2016 15:43:39 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
set imap_user="nickname@gmail.com"
set imap_pass="pass"

set spoolfile=imaps://imap.gmail.com:993/INBOX
set folder=imaps://imap.gmail.com:993
set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"

set header_cache="~/.mutt/cache/headers"
set message_cachedir="~/.mutt/cache/bodies"
set certificate_file="~/.mutt/certificates"

set move=no

set sort='reverse-threads'
set sort_aux='last-date-received'
set imap_check_subscribed

ignore "Authentication-Results:"
ignore "DomainKey-Signature:"
ignore "DKIM-Signature:"

hdr_order Date From To Cc

set from="---@ubuntu.com"
set realname="---"
set editor='vim'

unset imap_passive
set imap_keepalive=300

set markers=no

# mutt sidebar settings
#bind index,pager CP sidebar-prev
#bind index,pager CN sidebar-next
#bind index,pager CO sidebar-open
#macro index,pager B '<enter-command>toggle sidebar_visible<enter>'
#color sidebar_new yellow default

set smtp_url="smtp://nickname@smtp.gmail.com:587/"
set smtp_pass="pass"
set imap_pass="pass"
Download as text