diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-11-02 12:15:05 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-11-02 12:15:05 +0800 |
| commit | 8641cb137a80e19c95156e2044f9716f02282aa4 (patch) | |
| tree | c5f1e98ac9affea393e82b8ff331a92f2ff8ed4b | |
| parent | 787173a691ac151e494e2268d7f6c531785ece2f (diff) | |
Update login mailbox
| -rw-r--r-- | mutt/muttrc.topo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo index 4595660..b84db90 100644 --- a/mutt/muttrc.topo +++ b/mutt/muttrc.topo | |||
| @@ -38,6 +38,7 @@ mailboxes =INBOX \ | |||
| 38 | "+-- Permanent ---" \ | 38 | "+-- Permanent ---" \ |
| 39 | =pay \ | 39 | =pay \ |
| 40 | =keep \ | 40 | =keep \ |
| 41 | =login \ | ||
| 41 | =Sent \ | 42 | =Sent \ |
| 42 | -poll =Trash \ | 43 | -poll =Trash \ |
| 43 | =Drafts \ | 44 | =Drafts \ |
| @@ -63,3 +64,4 @@ macro index,pager gS "<change-folder>+spam<Return>" "Switch to sp | |||
| 63 | macro index,pager gd "<change-folder>+DeltaChat<Return>" "Switch to DeltaChat folder" | 64 | macro index,pager gd "<change-folder>+DeltaChat<Return>" "Switch to DeltaChat folder" |
| 64 | macro index,pager gD "<change-folder>+Drafts<Return>" "Switch to Drafts folder" | 65 | macro index,pager gD "<change-folder>+Drafts<Return>" "Switch to Drafts folder" |
| 65 | macro index,pager gt "<change-folder>+Trash<Return>" "Switch to Trash folder" | 66 | macro index,pager gt "<change-folder>+Trash<Return>" "Switch to Trash folder" |
| 67 | macro index,pager gl "<change-folder>+login<Return>" "Switch to INBOX folder" | ||