diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-25 03:07:53 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-25 03:07:53 +0900 |
| commit | 23e007a9848347c1f2bef4ca2a5b1dc1f3be8c5d (patch) | |
| tree | 6b4e0fcf9a00a4bd223c8fe72f9fda6eb25e0016 /share/mutt-temp | |
| parent | c6c19f6811af61c8adbeaf9a7bb32f9daa046804 (diff) | |
modified completion/_mutt-wizard.zsh, modified share/mutt-temp, modified share/mutt-wizard.muttrc
Diffstat (limited to 'share/mutt-temp')
| -rw-r--r-- | share/mutt-temp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mutt-temp b/share/mutt-temp index 32ef07e..fb2f16f 100644 --- a/share/mutt-temp +++ b/share/mutt-temp @@ -1,19 +1,19 @@ # vim: filetype=neomuttrc # muttrc file for account $fulladdr +alias me $realname <$fulladdr> set real_name = "$realname" set from = "$fulladdr" set sendmail = "msmtp -a $fulladdr" -alias me $realname <$fulladdr> set folder = "$folder" set header_cache = "$cachedir/$safename/headers" set message_cachedir = "$cachedir/$safename/bodies" set mbox_type = Maildir set hostname = "$hostname" -source $muttshare/switch.muttrc set spool_file = "+INBOX" set postponed = "+Drafts" set trash = "+Trash" set record = "+Sent" set status_format = "-%r-$realname: %D [Msgs:%<M?%M/>%m%<n? New:%n>%<o? Old:%o>%<d? Del:%d>%<F? Flag:%F>%<t? Tag:%t>%<p? Post:%p>%<b? Inc:%b>%<l? %l>]---(%<T?%T/>%s/%S)-%>-(%P)---" +source $muttshare/switch.muttrc $extra macro index o "<shell-escape>mailsync $fulladdr<enter>" "sync $fulladdr" |
