CrunchBang Linux Pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

CrunchBang Linux Pastebin

Difference between
modified post 1961 by storge on Wed 2nd Jan 21:33 and
original post 1960 by storge on Wed 2nd Jan 21:02
Show old version | new version | both versions

    
11
~/.mutt/user1:
33
###|user1|###
44
account-hook    "imaps://first.user@imap.gmail.com/" '\
55
        set imap_user   = "first.user@gmail.com" imap_pass = $my_pass1 '
66
set from                = "first.user@gmail.com"
77
set realname            = "first.user"
88
set folder              = "imaps://first.user@imap.gmail.com/"
99
set spoolfile           = "imaps://first.user@imap.gmail.com/INBOX"
1010
set postponed           = "imaps://first.user@imap.gmail.com/[Gmail]/Drafts"
1111
set trash               = "imaps://first.user@imap.gmail.com/[Gmail]/Trash"
1212
mailboxes               imaps://first.user@imap.gmail.com
1313
set smtp_url            = "smtp://first.user@smtp.gmail.com:587/"
1414
set smtp_pass           = $my_pass1
1515
set imap_idle
1616
set imap_keepalive      = 300
1717
set imap_check_subscribed
1818
set header_cache        = ~/.mutt/cache/user1/headers
1919
set message_cachedir    = ~/.mutt/cache/user1/bodies
2020
set certificate_file    = ~/.mutt/certificates
2222
~/.mutt/user2:
2424
###|user2|###
2525
account-hook    "imaps://second.user@imap.gmail.com/" '\
2626
        set imap_user   = "second.user@gmail.com" imap_pass = $my_pass2 '
2727
set from                = "second.user@gmail.com"
2828
set realname            = "second.user"
2929
set folder              = "imaps://second.user@imap.gmail.com/"
3030
set spoolfile           = "imaps://second.user@imap.gmail.com/INBOX"
3131
set postponed           = "imaps://second.user@imap.gmail.com/[Gmail]/Drafts"
3232
set trash               = "imaps://second.user@imap.gmail.com/[Gmail]/Trash"
3333
mailboxes               imaps://second.user@imap.gmail.com
3434
set smtp_url            = "smtp://second.user@smtp.gmail.com:587/"
3535
set smtp_pass           = $my_pass2
3636
set imap_idle
3737
set imap_keepalive      = 300
3838
set imap_check_subscribed
3939
set header_cache        = ~/.mutt/cache/user2/headers
4040
set message_cachedir    = ~/.mutt/cache/user2/bodies
4141
set certificate_file    = ~/.mutt/certificates
4343
~/.mutt/muttrc:
4545
###|password|###
4646
set my_tmpsecret=`gpg -o ~/.secret/.tmp -d ~/.secret/.pwds2.gpg`
4747
set my_pass1=`awk '/Gmail1:/ {print $2}' ~/.secret/.tmp`
4848
set my_pass2=`awk '/Gmail2:/ {print $2}' ~/.secret/.tmp`
4949
set my_del=`rm -f ~/.secret/.tmp`
5151
###|macro|###
5252
#macro index { '<change-folder>imaps://first.user@imap.gmail.com/<enter>'
5353
#macro index } '<change-folder>imaps://second.user@imap.gmail.com/<enter>'
5555
###|switching|###
5656
account-hook . 'unset imap_pass'
5757
folder-hook imaps://first.user@imp.gmail.com 'source ~/.mutt/user1'
5858
folder-hook imaps://second.user@imap.gmail.com 'source ~/.mutt/user2'
5959
macro index <F4> '<sync-mailbox><enter-command>source ~/.mutt/user1<enter><change-folder>!<enter>'
6060
macro index <F5> '<sync-mailbox><enter-command>source ~/.mutt/user2<enter><change-folder>!<enter>'
6161
source ~/.mutt/user1
6363
###|imap|###
6464
unset imap_passive              # allow mutt to auto-open new imap connection
6565
#unset imap_peek                 # list subscribed imap folders
6767
###|editor|###
6868
set editor=nano
6969
bind editor <Tab> complete-query        # default mutt setting = complete
7070
bind editor ^T complete                 # default mutt setting = complete-query
7171
bind editor <space> noop
7373
###|sidebar|###
7474
set sidebar_width               = 18            # width
7575
set sidebar_visible             = yes           # default visible
7676
set sidebar_delim               = '|'           # delimeter
7777
set sidebar_shortpath           # shorten displayed path for sidebar
7878
set sidebar_sort                # sort the imap_check_subscribed folders
7979
bind index \Cp sidebar-prev     # assign ctrl-p to select previous folder
8080
bind index \Cn sidebar-next     # assign ctrl-n to select next folder
8181
bind index \Co sidebar-open     # assign ctrl-o to open selected folder
8383
###|muttconf|###
8484
set mail_check          = 60                    # how often to check
8585
set timeout             = 30                    # if no user input
8686
set move                = no                    # read mail stays put
8787
set sort                = 'threads'             # thread sort
8888
set sort_aux            = 'reverse-last-date-received'  # newest at top
8989
set auto_tag            = yes
9090
set smart_wrap          = yes
9191
set copy                = yes                   # save sent messages
9292
set delete              = yes                   # ask when purging deleted
9393
set forward_quote       = yes                   # quote email body in forward
9494
set include             = yes                   # quote email body in reply
9595
set beep_new            = yes                   # beep on new message received
9797
###|html|###
9898
set mailcap_path        = ~/.mutt/mailcap               # autodisplay html
9999
alternative_order text/plain text/enriched text/html    # autodisplay html
100100
auto_view text/html                                     # autodisplay html
102102
###|headers|###
103103
ignore                  *
104104
ignore                  "Authentication-Results:"
105105
ignore                  "DomainKey-Signature:"
106106
ignore                  "DKIM-Signature:"
107107
unignore headers        date from to cc
108108
unignore x-mailing-list:posted-to:
109109
unignore x-mailer:
110110
hdr_order               date from to cc
112112
###|fix the stupid|###
113113
set rfc2047_parameters
115115
###|colors|###
116116
source `case $TERM in\
117117
                (xterm-256color|rxvt-unicode-256color)        echo '~/.mutt/mutt_color_256'; break;;\
118118
                *)                                              echo '~/.mutt/mutt_color'; break;;\
119119
        esac`
121+
...and now this is a paste of the mutt output. the oddity is that each time i switch account, using the }{ keybindings set in muttrc, it creates a new folder for the second.user... you can see two extra folders at the bottom of the sidebar, and there they are in the middle of the 'y' overview of folders. those two extra were created after switching back and forth twice. it seems every time i switch from the default first.user to second.user, they are created.
123+
y:Exit  c:Chdir  m:Mask  ?:Help
124+
first.user   7(4)| 1   4              imaps://first.user@imap.gmail.com
125+
[Gmail]         0| 2   0              imaps://first.user@imap.gmail.com/[Gmail]
126+
All Mail  2138(9)| 3   9              imaps://first.user@imap.gmail.com/[Gmail]/All Mail
127+
Drafts          0| 4   0              imaps://first.user@imap.gmail.com/[Gmail]/Drafts
128+
Important    2(1)| 5   1              imaps://first.user@imap.gmail.com/[Gmail]/Important
129+
Sent Mail     854| 6   0              imaps://first.user@imap.gmail.com/[Gmail]/Sent Mail
130+
Spam            0| 7   0              imaps://first.user@imap.gmail.com/[Gmail]/Spam
131+
Starred         0| 8   0              imaps://first.user@imap.gmail.com/[Gmail]/Starred
132+
Trash           0| 9   0              imaps://first.user@imap.gmail.com/[Gmail]/Trash
133+
INBOX        7(4)|10   4              imaps://first.user@imap.gmail.com/INBOX
134+
second.us @imap 0|11   0              imaps://second.user@imap.gmail.com
135+
INBOX           0|12   0              imaps://second.user@imap.gmail.com
136+
[Gmail]         0|13   0              imaps://second.user@imap.gmail.com
137+
 All Mail       1|14   0              imaps://second.user@imap.gmail.com/[Gmail]
138+
 Drafts         1|15   0              imaps://second.user@imap.gmail.com/[Gmail]/All Mail
139+
 Important      0|16   0              imaps://second.user@imap.gmail.com/[Gmail]/Drafts
140+
 Sent Mail      0|17   0              imaps://second.user@imap.gmail.com/[Gmail]/Important
141+
 Spam           0|18   0              imaps://second.user@imap.gmail.com/[Gmail]/Sent Mail
142+
 Starred        0|19   0              imaps://second.user@imap.gmail.com/[Gmail]/Spam
143+
 Trash          0|20   0              imaps://second.user@imap.gmail.com/[Gmail]/Starred
144+
second.us @imap 0|21   0              imaps://second.user@imap.gmail.com/[Gmail]/Trash
145+
second.us @imap 0|22   0              imaps://second.user@imap.gmail.com/INBOX

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me