Przeglądaj źródła

Whoopey, we got mutt, some mailcaps and jumanji over here!

YAY! :D
Lucas Stadler 14 lat temu
rodzic
commit
b0a7f03241
3 zmienionych plików z 53 dodań i 0 usunięć
  1. 24 0
      .config/jumanji/jumanjirc
  2. 1 0
      .mailcap
  3. 28 0
      .muttrc

+ 24 - 0
.config/jumanji/jumanjirc

@ -0,0 +1,24 @@
1
# everyones darlingelies
2
searchengine go http://www.google.com/search?q=%s
3
searchengine wiki http://en.wikipedia.org/wiki/%s
4
searchengine wiki-de http://en.wikipedia.org/wiki/%s
5
6
# the weird ones
7
searchengine rfc http://tools.ietf.org/html/%s
8
searchengine wa http://www.wolframalpha.com/input/?i=%s
9
10
# haskell
11
searchengine ha http://hackage.haskell.org/package/%s
12
searchengine ho http://haskell.org/hoogle/?hoogle=%s
13
14
set homepage http://suckless.org
15
16
#set single_instance false # devel
17
set plugin_blocker true
18
19
set auto_save 60
20
set default_session_name whew
21
set session_restored true
22
23
map <A-p> nav_history previous
24
map <A-n> nav_history next

+ 1 - 0
.mailcap

@ -0,0 +1 @@
1
text/html; pandoc -f html -t markdown %s; copiousoutput;

+ 28 - 0
.muttrc

@ -0,0 +1,28 @@
1
set mbox_type=Maildir
2
3
# where all mail lives
4
set folder="~/.mails/"
5
# default mailbox
6
set spoolfile="+lu/INBOX"
7
8
mailboxes ! +lu/INBOX.Sent +lu/INBOX.Drafts
9
mailboxes +htwk/INBOX
10
mailboxes +htwk.imn/INBOX
11
12
# msmtp
13
set sendmail=/usr/bin/msmtp
14
set from="lu@papill0n.org"
15
set use_from=yes
16
set envelope_from=yes
17
18
auto_view text/html
19
alternative_order text/plain text/html
20
21
# labelling
22
set index_format="%4C %Z %{%b %d} %-15.15L %?M?(#%03M)&(%4l)?  %?y?[%.20Y] ?%s"
23
macro index A "<enter-command>set editor=\"~/k/editlabel append\"\n<edit><sync-mailbox><next-undeleted><enter-command>set editor=vim\n" "Append label"
24
macro index \Ca "<tag-prefix><enter-command>set editor=\"~/k/editlabel append\"\n<edit><sync-mailbox><next-undeleted><tag-prefix><enter-command>set editor=vim\n" "Append label"
25
macro index E "<enter-command>set editor=\"~/k/editlabel menu\"\n<edit><sync-mailbox><next-undeleted><enter-command>set editor=vim\n" "Edit labels"
26
27
# bindings
28
bind index n next-unread-mailbox