Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OfflineIMAP/offlineimap
/ getsep
Method
getsep
offlineimap/repository/Maildir.py:80–81 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
self.ui.debug(
'maildir'
, msg)
79
80
def
getsep(self):
81
return
self.getconf(
'sep'
,
'.'
).strip()
82
83
def
getkeywordmap(self):
84
return
self.keyword2char
if
len(self.keyword2char) > 0
else
None
Callers
3
__init__
Method · 0.95
makefolder
Method · 0.95
_getfolders_scandir
Method · 0.95
Calls
1
getconf
Method · 0.80
Tested by
no test coverage detected