Archive mail to $MAILDIR/wip/archive instead of $MAILDIR/archive
This means offlineimap will push it up to the server.
This commit is contained in:
parent
fa4e62f960
commit
cc4824cf8d
17
config.org
17
config.org
@ -675,6 +675,23 @@ needs to be set up to install them if they aren't already.
|
|||||||
(setq send-mail-function 'sendmail-send-it)
|
(setq send-mail-function 'sendmail-send-it)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Archiving
|
||||||
|
The folder archived mail gets saved into is determined by
|
||||||
|
[[help:mu4e-refile-folder][mu4e-refile-folder]]. I prefer to have archived mail stored on the
|
||||||
|
remove since then it's accessible from every machine (the default
|
||||||
|
is =/archive=, which won't get synced to any remote by
|
||||||
|
=offlineimap=), so imma set this to =/wip/archive=.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq mu4e-refile-folder "/wip/archive")
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
Really, it would be better to determine which archive to move into
|
||||||
|
based off what account the mail was received from, which I believe
|
||||||
|
would be done with [[info:mu4e#Dynamic folders][dynamic folders]], but I cannot be bothered right
|
||||||
|
now since I only have my cdo@wip.sh mail set up on this machine
|
||||||
|
(mandarax) atm.
|
||||||
|
|
||||||
* Multimedia
|
* Multimedia
|
||||||
EMMS seems like a decent multimedia system for Emacs and why not
|
EMMS seems like a decent multimedia system for Emacs and why not
|
||||||
enable all the stable features to start with. Also, =mplayer= makes
|
enable all the stable features to start with. Also, =mplayer= makes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user