Compare commits
2 Commits
f5e863fd49
...
80077c8ef7
Author | SHA1 | Date |
---|---|---|
coolneng | 80077c8ef7 | |
coolneng | cf961161dc |
|
@ -186,6 +186,13 @@ Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
|
Channel sync-disroot-smart
|
||||||
|
Far :disroot-remote:"SMART"
|
||||||
|
Near :disroot-local:smart
|
||||||
|
Create Both
|
||||||
|
Expunge Both
|
||||||
|
SyncState *
|
||||||
|
|
||||||
Channel sync-disroot-travel
|
Channel sync-disroot-travel
|
||||||
Far :disroot-remote:"Travel"
|
Far :disroot-remote:"Travel"
|
||||||
Near :disroot-local:travel
|
Near :disroot-local:travel
|
||||||
|
@ -201,4 +208,5 @@ Channel sync-disroot-junk
|
||||||
Channel sync-disroot-bookings
|
Channel sync-disroot-bookings
|
||||||
Channel sync-disroot-buying
|
Channel sync-disroot-buying
|
||||||
Channel sync-disroot-services
|
Channel sync-disroot-services
|
||||||
|
Channel sync-disroot-smart
|
||||||
Channel sync-disroot-travel
|
Channel sync-disroot-travel
|
||||||
|
|
|
@ -13,7 +13,7 @@ bind index,pager gg noop
|
||||||
bind index,pager g noop
|
bind index,pager g noop
|
||||||
bind index gg first-entry
|
bind index gg first-entry
|
||||||
unmailboxes *
|
unmailboxes *
|
||||||
mailboxes =junk =inbox =trash =sent =bookings =buying =services =travel
|
mailboxes =junk =inbox =trash =sent =bookings =buying =services =smart =travel
|
||||||
macro index,pager gi "<change-folder>=inbox<enter>" "Go to inbox."
|
macro index,pager gi "<change-folder>=inbox<enter>" "Go to inbox."
|
||||||
macro index,pager gs "<change-folder>=sent<enter>" "Go to sent."
|
macro index,pager gs "<change-folder>=sent<enter>" "Go to sent."
|
||||||
macro index,pager gt "<change-folder>=trash<enter>" "Go to trash."
|
macro index,pager gt "<change-folder>=trash<enter>" "Go to trash."
|
||||||
|
@ -21,6 +21,7 @@ macro index,pager gj "<change-folder>=junk<enter>" "Go to spam."
|
||||||
macro index,pager gb "<change-folder>=bookings<enter>" "Go to bookings."
|
macro index,pager gb "<change-folder>=bookings<enter>" "Go to bookings."
|
||||||
macro index,pager gy "<change-folder>=buying<enter>" "Go to buying."
|
macro index,pager gy "<change-folder>=buying<enter>" "Go to buying."
|
||||||
macro index,pager ge "<change-folder>=services<enter>" "Go to services."
|
macro index,pager ge "<change-folder>=services<enter>" "Go to services."
|
||||||
|
macro index,pager gm "<change-folder>=smart<enter>" "Go to smart."
|
||||||
macro index,pager gr "<change-folder>=travel<enter>" "Go to travel."
|
macro index,pager gr "<change-folder>=travel<enter>" "Go to travel."
|
||||||
set spoolfile = "+inbox"
|
set spoolfile = "+inbox"
|
||||||
set postponed = ""
|
set postponed = ""
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[git.coolneng.duckdns.org*]
|
[git.coolneng.duckdns.org*]
|
||||||
target=web/git.coolneng.duckdns.org
|
target=api/gitea
|
||||||
username_extractor=specific_line
|
username_extractor=specific_line
|
||||||
line_username=1
|
line_username=1
|
||||||
skip_username=7
|
skip_username=7
|
||||||
|
|
Loading…
Reference in New Issue