Compare commits
No commits in common. "80077c8ef7a5e6230d0e77eb066231cbbd75e980" and "f5e863fd499cd18b7a35c1501cd80619a01c5f91" have entirely different histories.
80077c8ef7
...
f5e863fd49
|
@ -186,13 +186,6 @@ 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
|
||||||
|
@ -208,5 +201,4 @@ 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 =smart =travel
|
mailboxes =junk =inbox =trash =sent =bookings =buying =services =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,7 +21,6 @@ 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=api/gitea
|
target=web/git.coolneng.duckdns.org
|
||||||
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