diff options
| author | Bobby <[email protected]> | 2025-12-22 13:46:50 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-12-22 13:46:50 +0530 |
| commit | 32ee8047eba06c9f1c7575b66fc0f9195657ac04 (patch) | |
| tree | ed781e7b05aeba0b5db78e69918edd6a0928c9e1 /models | |
| parent | f17d9142781eb1a659ea53311d9225b244ad209c (diff) | |
| download | lain-32ee8047eba06c9f1c7575b66fc0f9195657ac04.tar.xz lain-32ee8047eba06c9f1c7575b66fc0f9195657ac04.zip | |
auth engine, basic login working
Diffstat (limited to 'models')
| -rw-r--r-- | models/preferences.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/preferences.go b/models/preferences.go index 0d1624f..2dcdffc 100644 --- a/models/preferences.go +++ b/models/preferences.go @@ -59,7 +59,7 @@ type Preferences struct { QuoteOriginalMessage types.EmailReplyOption `gorm:"type:varchar(50);default:'Place my reply below the original message'"` MessageForwarding types.MessageForwardingOption `gorm:"type:varchar(50);default:'Inline'"` HTMLFontFamily types.EmailHTMLFontFamilyOption `gorm:"type:varchar(50);default:'Verdana'"` - HTMLFontSize types.EmailHTMLFontSizeOption `gorm:"default:'10'"` + HTMLFontSize types.EmailHTMLFontSizeOption `gorm:"default:10"` EnableEmoticons bool `gorm:"default:true"` AttachmentNames types.EmailAttachementNameStyleOption `gorm:"type:varchar(30);default:'RFC 2047/2231 (Outlook)'"` |
