diff options
Diffstat (limited to 'mutt')
| -rw-r--r-- | mutt/muttrc.topo | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo index 07c609f..47b10cb 100644 --- a/mutt/muttrc.topo +++ b/mutt/muttrc.topo | |||
| @@ -9,11 +9,11 @@ set smtp_pass = "$imap_pass" | |||
| 9 | # Identify meself | 9 | # Identify meself |
| 10 | set from = "pham@topo.tw" | 10 | set from = "pham@topo.tw" |
| 11 | set realname = "謝晉凡 Hsieh Chin Fan" | 11 | set realname = "謝晉凡 Hsieh Chin Fan" |
| 12 | set signature="~/.config/mutt/.signature" | 12 | set signature = "~/.config/mutt/.signature" |
| 13 | set pgp_use_gpg_agent=yes | 13 | set pgp_use_gpg_agent = yes |
| 14 | set crypt_use_gpgme=yes | 14 | set crypt_use_gpgme = yes |
| 15 | set pgp_timeout=300 | 15 | set pgp_timeout = 300 |
| 16 | set pgp_sign_as=6DD8C14A # replace 6DD8C14A with your gpg key id | 16 | set pgp_sign_as = 6DD8C14A # replace 6DD8C14A with your gpg key id |
| 17 | 17 | ||
| 18 | # Tune contacts | 18 | # Tune contacts |
| 19 | source ~/.config/mutt/alias.topo | 19 | source ~/.config/mutt/alias.topo |
| @@ -28,22 +28,23 @@ set trash = "+Trash" | |||
| 28 | set postponed = "+Drafts" | 28 | set postponed = "+Drafts" |
| 29 | 29 | ||
| 30 | # Sidebar | 30 | # Sidebar |
| 31 | mailboxes =INBOX \ | 31 | mailboxes +INBOX \ |
| 32 | =mbox \ | 32 | +mbox \ |
| 33 | -label DC =DeltaChat \ | 33 | -label DC +DeltaChat \ |
| 34 | "+---- Watch -----" \ | 34 | "+---- Watch -----" \ |
| 35 | =hometeach \ | 35 | +hometeach \ |
| 36 | =osm \ | 36 | +osm \ |
| 37 | -label Arch =arch-general \ | 37 | -label Arch +arch-general \ |
| 38 | +STOCK \ | ||
| 38 | "+-- Permanent ---" \ | 39 | "+-- Permanent ---" \ |
| 39 | =pay \ | 40 | +pay \ |
| 40 | =keep \ | 41 | +keep \ |
| 41 | =login \ | 42 | +login \ |
| 42 | =Sent \ | 43 | +Sent \ |
| 43 | -poll =Trash \ | 44 | -poll +Trash \ |
| 44 | =Drafts \ | 45 | +Drafts \ |
| 45 | =test \ | 46 | +test \ |
| 46 | =spam | 47 | +spam |
| 47 | 48 | ||
| 48 | # Keybinding | 49 | # Keybinding |
| 49 | macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.config/mutt/muttrc.topo<enter><change-folder>!<enter>' | 50 | macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.config/mutt/muttrc.topo<enter><change-folder>!<enter>' |